[Pkg-owncloud-commits] [owncloud-client] 19/103: Fix redirects in CheckServerJob
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Apr 30 18:08:55 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 efc4ff4d88d7d7b5ec3ea9b2f1b3eac5b7ba2d94
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Mon Apr 14 15:12:38 2014 +0200
Fix redirects in CheckServerJob
---
src/mirall/networkjobs.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/networkjobs.cpp b/src/mirall/networkjobs.cpp
index 9f3b1c6..c58578a 100644
--- a/src/mirall/networkjobs.cpp
+++ b/src/mirall/networkjobs.cpp
@@ -394,7 +394,7 @@ bool CheckServerJob::finished()
resetTimeout();
setReply(getRequest(redirectUrl));
setupConnections(reply());
- return true;
+ return false;
}
}
--
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