From 8ddf4c9d2967ba4acc4121f8e845c07e421d9b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Mon, 30 Jan 2017 13:57:50 +0100 Subject: disable ctag check for now, cause otherwise we will delete the contatcs in non changes collections --- examples/davresource/davresource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/davresource') diff --git a/examples/davresource/davresource.cpp b/examples/davresource/davresource.cpp index 24529e0..de4c0b0 100644 --- a/examples/davresource/davresource.cpp +++ b/examples/davresource/davresource.cpp @@ -307,7 +307,7 @@ public: .serialEach([this, ridList](const KDAV::DavCollection &collection) { auto collId = collection.url().toDisplayString().toLatin1(); auto ctag = collection.CTag().toLatin1(); - if (ctag != syncStore().readValue(collId + "_ctag")) { + if (ctag != syncStore().readValue(collId + "_ctagXX")) { SinkTrace() << "Syncing " << collId; auto cache = std::shared_ptr(new KDAV::EtagCache()); auto davItemsListJob = new KDAV::DavItemsListJob(collection.url(), cache); -- cgit v1.2.3