src/server/webdav/webdav.c

branch
webdav
changeset 234
f30740c3aafb
parent 233
c5985d2fc19a
child 235
4990147c58d0
--- a/src/server/webdav/webdav.c	Sat Jan 18 16:31:52 2020 +0100
+++ b/src/server/webdav/webdav.c	Sat Jan 18 16:48:03 2020 +0100
@@ -257,7 +257,7 @@
         //   depth is not 0
         // in this case we need to execute propfind_do for all children
         if(usevfs) {
-            if(!webdav_op_propfind_children(op, vfs, uri, path)) {
+            if(webdav_op_propfind_children(op, vfs, uri, path)) {
                 ret = REQ_ABORTED;
             }
         }

mercurial