From cf535e06bb503583c301683ea885220df1b276d5 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 27 Mar 2024 12:43:06 -0700 Subject: [PATCH] REPORT namespace output uses declaration defined on top --- webcit-ng/server/caldav_reports.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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. -- 2.30.2