summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/davresource/davresource.cpp2
1 files changed, 1 insertions, 1 deletions
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:
307 .serialEach<void>([this, ridList](const KDAV::DavCollection &collection) { 307 .serialEach<void>([this, ridList](const KDAV::DavCollection &collection) {
308 auto collId = collection.url().toDisplayString().toLatin1(); 308 auto collId = collection.url().toDisplayString().toLatin1();
309 auto ctag = collection.CTag().toLatin1(); 309 auto ctag = collection.CTag().toLatin1();
310 if (ctag != syncStore().readValue(collId + "_ctag")) { 310 if (ctag != syncStore().readValue(collId + "_ctagXX")) {
311 SinkTrace() << "Syncing " << collId; 311 SinkTrace() << "Syncing " << collId;
312 auto cache = std::shared_ptr<KDAV::EtagCache>(new KDAV::EtagCache()); 312 auto cache = std::shared_ptr<KDAV::EtagCache>(new KDAV::EtagCache());
313 auto davItemsListJob = new KDAV::DavItemsListJob(collection.url(), cache); 313 auto davItemsListJob = new KDAV::DavItemsListJob(collection.url(), cache);