[Pkg-owncloud-commits] [owncloud-client] 138/175: SyncScheduling: Avoid new resyncs on local mkdir.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:36 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 ee08b3759dfb16fbc360126e2585b5f53deeb36b
Author: Christian Kamm <kamm at incasoftware.de>
Date:   Thu Jun 4 15:02:24 2015 +0200

    SyncScheduling: Avoid new resyncs on local mkdir.
    
    (cherry picked from commit bacf6166c1ed2d35d25e7caa0f6517f306182e82)
---
 src/libsync/propagatorjobs.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libsync/propagatorjobs.cpp b/src/libsync/propagatorjobs.cpp
index 9f95257..f1c05f0 100644
--- a/src/libsync/propagatorjobs.cpp
+++ b/src/libsync/propagatorjobs.cpp
@@ -119,6 +119,7 @@ void PropagateLocalMkdir::start()
         done( SyncFileItem::NormalError, tr("Attention, possible case sensitivity clash with %1").arg(newDirStr) );
         return;
     }
+    _propagator->addTouchedFile(newDirStr);
     QDir localDir(_propagator->_localDir);
     if (!localDir.mkpath(_item._file)) {
         done( SyncFileItem::NormalError, tr("could not create directory %1").arg(newDirStr) );

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