src/server/webdav/operation.c

branch
webdav
changeset 263
533f9097d712
parent 249
3b302093945c
child 306
e03737cea6e2
equal deleted inserted replaced
262:c459019a3ed3 263:533f9097d712
328 req->setcount = set_count; 328 req->setcount = set_count;
329 req->remove = remove; 329 req->remove = remove;
330 req->removecount = remove_count; 330 req->removecount = remove_count;
331 req->userdata = NULL; 331 req->userdata = NULL;
332 332
333 // check if we need to open the file because the backend want's it 333 // check if we need to open the file because the backend wants it
334 if(!file && (dav->settings & WS_WEBDAV_PROPPATCH_USE_VFS) 334 if(!file && (dav->settings & WS_WEBDAV_PROPPATCH_USE_VFS)
335 == WS_WEBDAV_PROPPATCH_USE_VFS) 335 == WS_WEBDAV_PROPPATCH_USE_VFS)
336 { 336 {
337 ctx = vfs_request_context(op->sn, op->rq); 337 ctx = vfs_request_context(op->sn, op->rq);
338 if(!ctx) { 338 if(!ctx) {

mercurial