src/server/webdav/webdav.c

branch
webdav
changeset 234
f30740c3aafb
parent 233
c5985d2fc19a
child 235
4990147c58d0
equal deleted inserted replaced
233:c5985d2fc19a 234:f30740c3aafb
255 // the webdav backend has not disabled vfs usage 255 // the webdav backend has not disabled vfs usage
256 // the file is a directory 256 // the file is a directory
257 // depth is not 0 257 // depth is not 0
258 // in this case we need to execute propfind_do for all children 258 // in this case we need to execute propfind_do for all children
259 if(usevfs) { 259 if(usevfs) {
260 if(!webdav_op_propfind_children(op, vfs, uri, path)) { 260 if(webdav_op_propfind_children(op, vfs, uri, path)) {
261 ret = REQ_ABORTED; 261 ret = REQ_ABORTED;
262 } 262 }
263 } 263 }
264 } 264 }
265 265

mercurial