dav/main.c

changeset 204
4f0207044837
parent 201
8e5856182668
child 207
de23f8881e9f
--- a/dav/main.c	Wed Mar 02 10:38:03 2016 +0100
+++ b/dav/main.c	Thu Mar 03 15:52:18 2016 +0100
@@ -260,6 +260,7 @@
         repo = calloc(1, sizeof(Repository));
         repo->name = strdup("");
         repo->decrypt_content = true;
+        repo->verification = true;
         repo->authmethods = CURLAUTH_BASIC;
         if(url[ulen-1] == '/') {
             repo->url = strdup(url);

mercurial