summaryrefslogtreecommitdiffstats
path: root/examples/davresource/davresource.cpp
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2017-01-30 13:57:50 +0100
committerSandro Knauß <sknauss@kde.org>2017-01-30 13:57:50 +0100
commit8ddf4c9d2967ba4acc4121f8e845c07e421d9b23 (patch)
tree81a24aabd977897dbb6ea99b86ac5136183eb27a /examples/davresource/davresource.cpp
parent40a77fd82ed659381d836068ebba4af05ec4aae0 (diff)
downloadsink-8ddf4c9d2967ba4acc4121f8e845c07e421d9b23.tar.gz
sink-8ddf4c9d2967ba4acc4121f8e845c07e421d9b23.zip
disable ctag check for now, cause otherwise we will delete the contatcs in non changes collections
Diffstat (limited to 'examples/davresource/davresource.cpp')
-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);