dav/sync.c

changeset 762
098b2e3ab240
parent 760
ae759e4be591
child 763
fc24d1d1d695
--- a/dav/sync.c	Mon Jun 12 21:43:12 2023 +0200
+++ b/dav/sync.c	Tue Jun 13 21:58:29 2023 +0200
@@ -4799,7 +4799,7 @@
     int ret = 0;
     
     // delete all conflict files
-    CxIterator i = cxMapIterator(db->conflict);
+    CxIterator i = cxMapIteratorValues(db->conflict);
     cx_foreach(LocalResource*, res, i) {
         printf("delete: %s\n", res->path);
         char *path = create_local_path(dir, res->path);

mercurial