ConValidator: Delete instance if no credentials.

This commit is contained in:
Christian Kamm 2015-03-27 10:24:09 +01:00
parent 588129d852
commit 88bc96fc4c

View file

@ -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();
}
}