dav/scfg.c

changeset 649
0f4c59ac8c74
parent 648
fefe4b6f1048
child 658
67c9f88b13c7
--- a/dav/scfg.c	Sun Sep 29 12:57:13 2019 +0200
+++ b/dav/scfg.c	Thu Oct 03 12:00:25 2019 +0200
@@ -438,6 +438,7 @@
     bool lockpush = false;
     bool hashing = false;
     bool store_hash = false;
+    bool pull_skip_hashing = false;
     //bool detect_copy = false;
     time_t lock_timeout = 0;
     uint32_t metadata = 0;
@@ -627,6 +628,7 @@
     dir->lockpush = lockpush;
     dir->hashing = hashing;
     dir->store_hash = store_hash;
+    dir->pull_skip_hashing = pull_skip_hashing;
     dir->lock_timeout = lock_timeout;
     dir->metadata = metadata;
     dir->splitconfig = splitconfig;

mercurial