src/server/webdav/operation.c

branch
webdav
changeset 236
e81d3e517b57
parent 222
5f05e56cb8e2
child 237
ee1680ef1ef2
equal deleted inserted replaced
235:4990147c58d0 236:e81d3e517b57
236 } 236 }
237 size_t childhreflen = cur_elm->hreflen + 1 + child_len; 237 size_t childhreflen = cur_elm->hreflen + 1 + child_len;
238 size_t childpathlen = cur_elm->pathlen + 1 + child_len; 238 size_t childpathlen = cur_elm->pathlen + 1 + child_len;
239 239
240 // propfind for this child 240 // propfind for this child
241 if(webdav_op_propfind_begin(op, newpath, dir, &f.stat)) { 241 if(webdav_op_propfind_begin(op, newhref, dir, &f.stat)) {
242 err = 1; 242 err = 1;
243 break; 243 break;
244 } 244 }
245 245
246 // depth of -1 means infinity 246 // depth of -1 means infinity

mercurial