[Pkg-owncloud-commits] [owncloud-client] 293/470: SyncEngine: Close the sync journal after the sync run has finished.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:25:16 UTC 2016


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 ee58cc3b66999abec10200f67316d7fd649f95d5
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Apr 11 11:31:54 2016 +0200

    SyncEngine: Close the sync journal after the sync run has finished.
---
 src/libsync/syncengine.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp
index 385521c..6365ff6 100644
--- a/src/libsync/syncengine.cpp
+++ b/src/libsync/syncengine.cpp
@@ -1018,6 +1018,7 @@ void SyncEngine::finalize(bool success)
     _thread.wait();
 
     csync_commit(_csync_ctx);
+    _journal->close();
 
     qDebug() << "CSync run took " << _stopWatch.addLapTime(QLatin1String("Sync Finished"));
     _stopWatch.stop();

-- 
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