src/server/webdav/multistatus.c

branch
webdav
changeset 223
bbaec8415c10
parent 222
5f05e56cb8e2
child 226
49adcbd7d473
equal deleted inserted replaced
222:5f05e56cb8e2 223:bbaec8415c10
75 return NULL; 75 return NULL;
76 } 76 }
77 ZERO(res, sizeof(MSResponse)); 77 ZERO(res, sizeof(MSResponse));
78 78
79 // set href 79 // set href
80 res->resource.href = pool_strdup(response->op->sn->pool, path); 80 res->resource.href = pool_strdup(ms->sn->pool, path);
81 81
82 // add resource funcs 82 // add resource funcs
83 res->resource.addproperty = msresponse_addproperty; 83 res->resource.addproperty = msresponse_addproperty;
84 res->resource.close = msresponse_close; 84 res->resource.close = msresponse_close;
85 85

mercurial