[Pkg-owncloud-commits] [owncloud-client] 360/484: Connectivity: Also accept SyncEngine etag as received ETag
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:38:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 3c1a605f621d158fb4841fd88ac94042a26ee8a3
Author: Markus Goetz <markus at woboq.com>
Date: Wed Nov 18 14:50:43 2015 +0100
Connectivity: Also accept SyncEngine etag as received ETag
Avoids requests on startup.
For #3964
---
src/gui/folder.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp
index de05909..ce19446 100644
--- a/src/gui/folder.cpp
+++ b/src/gui/folder.cpp
@@ -374,6 +374,7 @@ void Folder::etagRetreived(const QString& etag)
void Folder::etagRetreivedFromSyncEngine(const QString& etag)
{
qDebug() << "Root etag from during sync:" << etag;
+ accountState()->tagLastSuccessfullETagRequest();
_lastEtag = etag;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list