src/server/webdav/multistatus.c

changeset 484
c036a8b242a8
parent 415
d938228c382e
child 490
d218607f5a7e
--- a/src/server/webdav/multistatus.c	Sun Mar 19 14:02:39 2023 +0100
+++ b/src/server/webdav/multistatus.c	Sun Mar 19 16:48:19 2023 +0100
@@ -70,7 +70,7 @@
     // write the namespaces definitions
     // key is the namespace prefix
     // the map always contains the "DAV:" namespace with the prefix "D"
-    CxIterator i = cxMapIterator(ms->namespaces);
+    CxIterator i = cxMapIterator(ms->namespaces);  
     cx_foreach(CxMapEntry*, entry, i) {
         WSNamespace *ns = entry->value;
         writer_put_lit(out, " xmlns:");

mercurial