src/server/webdav/operation.c

branch
webdav
changeset 220
2915b6c11aec
parent 218
2ba512b284b9
child 221
ff5826fc6a6c
equal deleted inserted replaced
219:dd6c155c082a 220:2915b6c11aec
92 int webdav_op_propfind_children( 92 int webdav_op_propfind_children(
93 WebdavOperation *op, 93 WebdavOperation *op,
94 VFSContext *vfs, 94 VFSContext *vfs,
95 char *path) 95 char *path)
96 { 96 {
97 WebdavResponse *response = op->response;
98 WebdavPropfindRequest *request = op->requests->data; 97 WebdavPropfindRequest *request = op->requests->data;
99 98
100 UcxAllocator *a = session_get_allocator(request->sn); 99 UcxAllocator *a = session_get_allocator(request->sn);
101 pool_handle_t *pool = request->sn->pool; 100 pool_handle_t *pool = request->sn->pool;
102 UcxList *stack = ucx_list_prepend_a(a, NULL, path); 101 UcxList *stack = ucx_list_prepend_a(a, NULL, path);

mercurial