Rejecting the SSL dialog means untrusting.

This commit is contained in:
Klaas Freitag 2012-06-15 11:18:16 +02:00
parent 4807c355e5
commit 4d1fed3d00

View file

@ -275,6 +275,8 @@ void ownCloudInfo::slotSSLFailed( QNetworkReply *reply, QList<QSslError> errors
// User does not want to trust.
_certsUntrusted = true;
}
} else {
_certsUntrusted = true;
}
}
}