libidav/webdav.c

changeset 475
52e4171d42ce
parent 404
5c08b8e14df8
child 478
baa63fef5c5c
--- a/libidav/webdav.c	Sun Sep 23 08:13:50 2018 +0200
+++ b/libidav/webdav.c	Sun Sep 23 12:51:41 2018 +0200
@@ -271,7 +271,7 @@
     if(properties) {
         proplist = parse_properties_string(sn->context, sstr(properties));
     }
-    UcxBuffer *rqbuf = create_propfind_request(sn, proplist);
+    UcxBuffer *rqbuf = create_propfind_request(sn, proplist, "propfind", 0);
     UcxBuffer *rpbuf = ucx_buffer_new(NULL, 4096, UCX_BUFFER_AUTOEXTEND);
     
     //fwrite(rqbuf->space, 1, rqbuf->size, stdout);

mercurial