[Pkg-owncloud-commits] [owncloud-client] 125/498: SyncScheduling: Avoid new resyncs on local mkdir.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:42 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 bacf6166c1ed2d35d25e7caa0f6517f306182e82
Author: Christian Kamm <kamm at incasoftware.de>
Date: Thu Jun 4 15:02:24 2015 +0200
SyncScheduling: Avoid new resyncs on local mkdir.
---
src/libsync/propagatorjobs.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libsync/propagatorjobs.cpp b/src/libsync/propagatorjobs.cpp
index 2b7318a..a48ccac 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