[Pkg-owncloud-commits] [owncloud-client] 42/159: ConValidator: Delete instance if no credentials.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri May 1 13:05:20 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 88bc96fc4c920a544cadda00c869e86c3560fec0
Author: Christian Kamm <kamm at incasoftware.de>
Date: Fri Mar 27 10:24:09 2015 +0100
ConValidator: Delete instance if no credentials.
---
src/libsync/connectionvalidator.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/libsync/connectionvalidator.cpp b/src/libsync/connectionvalidator.cpp
index dd2825f..6802e89 100644
--- a/src/libsync/connectionvalidator.cpp
+++ b/src/libsync/connectionvalidator.cpp
@@ -130,6 +130,9 @@ void ConnectionValidator::slotStatusFound(const QUrl&url, const QVariantMap &inf
// Fetch them now! Once fetched, a new connectivity check will be
// initiated anyway.
creds->fetch();
+
+ // no result is reported
+ deleteLater();
}
}
--
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