[Pkg-owncloud-commits] [owncloud-client] 44/83: ammend previous change

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat May 31 11:31:42 UTC 2014


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 81f410970f05b1716d00c4ae7c5fff47c2081d76
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Mon May 26 15:01:26 2014 +0200

    ammend previous change
---
 src/mirall/propagatorjobs.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mirall/propagatorjobs.cpp b/src/mirall/propagatorjobs.cpp
index 70faec1..d6455f3 100644
--- a/src/mirall/propagatorjobs.cpp
+++ b/src/mirall/propagatorjobs.cpp
@@ -184,6 +184,7 @@ void PropagateLocalRename::start()
         QFile file(_propagator->_localDir + _item._file);
         if (!file.rename(_propagator->_localDir + _item._file, _propagator->_localDir + _item._renameTarget)) {
             done(SyncFileItem::NormalError, file.errorString());
+            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