libidav/methods.c

changeset 156
4b3aecafd6be
parent 150
37fb12574acd
child 162
25374afa5616
equal deleted inserted replaced
155:b85248a8aee2 156:4b3aecafd6be
32 32
33 #include "utils.h" 33 #include "utils.h"
34 #include "methods.h" 34 #include "methods.h"
35 #include "crypto.h" 35 #include "crypto.h"
36 #include "session.h" 36 #include "session.h"
37
38 #include <ucx/utils.h>
37 39
38 #define xstreq(a,b) xmlStrEqual(BAD_CAST a, BAD_CAST b) 40 #define xstreq(a,b) xmlStrEqual(BAD_CAST a, BAD_CAST b)
39 41
40 /* ----------------------------- PROPFIND ----------------------------- */ 42 /* ----------------------------- PROPFIND ----------------------------- */
41 43
350 } 352 }
351 } 353 }
352 node = node->next; 354 node = node->next;
353 } 355 }
354 356
355 result->href = href; 357 result->href = util_url_path(href);
356 result->iscollection = iscollection; 358 result->iscollection = iscollection;
357 result->properties = properties; 359 result->properties = properties;
358 result->crypto_name = crypto_name; 360 result->crypto_name = crypto_name;
359 result->crypto_key = crypto_key; 361 result->crypto_key = crypto_key;
360 362

mercurial