libidav/davqlexec.c

changeset 739
bba6a6e221b4
parent 738
b62ea7f31593
child 747
efbd59642577
--- a/libidav/davqlexec.c	Mon May 09 20:31:30 2022 +0200
+++ b/libidav/davqlexec.c	Wed Nov 02 11:34:49 2022 +0100
@@ -625,7 +625,7 @@
             dav_set_effective_href(sn, root);
             
             // propfind request successful, now parse the response
-            char *url = "http://url/";
+            char *url = "http://url/";          
             PropfindParser *parser = create_propfind_parser(rpbuf, url);
             if(!parser) {
                 result.status = -1;

mercurial