From: Art Cancro Date: Wed, 27 Mar 2024 19:43:06 +0000 (-0700) Subject: REPORT namespace output uses declaration defined on top X-Git-Tag: v999~8 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=cf535e06bb503583c301683ea885220df1b276d5 REPORT namespace output uses declaration defined on top --- diff --git a/webcit-ng/server/caldav_reports.c b/webcit-ng/server/caldav_reports.c index 1bb8b85bb..49d1fe8d0 100644 --- a/webcit-ng/server/caldav_reports.c +++ b/webcit-ng/server/caldav_reports.c @@ -484,11 +484,8 @@ void caldav_report(struct http_transaction *h, struct ctdlsession *c) { syslog(LOG_DEBUG, "CalDAV REPORT type is: %d", crp.report_type); StrBuf *ReportOut = NewStrBuf(); StrBufAppendPrintf(ReportOut, - "" - "" + "", + CALDAV ); // RFC4791 7.8 "calendar-query" REPORT - Client will send a lot of search criteria.