[Pkg-owncloud-commits] [owncloud-client] 49/89: Ignore another sqlite journal tmp name that shows up on win32.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:35 UTC 2013


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 a743f804f57ad74817eb38973a864ed228d26582
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Dec 10 13:06:14 2013 +0100

    Ignore another sqlite journal tmp name that shows up on win32.
---
 src/mirall/folderwatcher_inotify.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mirall/folderwatcher_inotify.cpp b/src/mirall/folderwatcher_inotify.cpp
index a58fe33..00c1564 100644
--- a/src/mirall/folderwatcher_inotify.cpp
+++ b/src/mirall/folderwatcher_inotify.cpp
@@ -136,6 +136,7 @@ void FolderWatcherPrivate::slotINotifyEvent(int mask, int /*cookie*/, const QStr
 
      if( path.endsWith(".csync_journal.db.ctmp") ||
             path.endsWith(".csync_journal.db.ctmp-journal") ||
+	    path.endsWith(".csync_journal.db-journal") ||
             path.endsWith(".csync_journal.db")) {
         qDebug() << " ** Inotify ignored for " <<path;
         return;

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