src/server/webdav/webdav.c

branch
webdav
changeset 239
d5031c30022c
parent 237
ee1680ef1ef2
child 240
cd74667f6c85
equal deleted inserted replaced
238:e820d433f405 239:d5031c30022c
222 } 222 }
223 // WebdavResponse is the public interface used by Backends 223 // WebdavResponse is the public interface used by Backends
224 // for adding resources to the response 224 // for adding resources to the response
225 WebdavResponse *response = (WebdavResponse*)ms; 225 WebdavResponse *response = (WebdavResponse*)ms;
226 226
227 WebdavOperation *op = webdav_operation_create( 227 WebdavOperation *op = webdav_create_propfind_operation(
228 sn, 228 sn,
229 rq, 229 rq,
230 dav, 230 dav,
231 propfind->properties, 231 propfind->properties,
232 requestObjects, 232 requestObjects,

mercurial