[Pkg-owncloud-commits] [owncloud-client] 39/83: do not blacklist fatal error
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat May 31 11:31:41 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 5220786cf2d23543b330b0c5d099d227892f33cb
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon May 26 12:27:16 2014 +0200
do not blacklist fatal error
---
src/mirall/owncloudpropagator.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mirall/owncloudpropagator.cpp b/src/mirall/owncloudpropagator.cpp
index 3bcf042..8635eee 100644
--- a/src/mirall/owncloudpropagator.cpp
+++ b/src/mirall/owncloudpropagator.cpp
@@ -61,9 +61,9 @@ void PropagateItemJob::done(SyncFileItem::Status status, const QString &errorStr
switch( status ) {
case SyncFileItem::SoftError:
- // do not blacklist in case of soft error.
- break;
case SyncFileItem::FatalError:
+ // do not blacklist in case of soft error or fatal error.
+ break;
case SyncFileItem::NormalError:
#ifdef OWNCLOUD_5XX_NO_BLACKLIST
if (_item._httpErrorCode / 100 == 5) {
--
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