mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 334193 nsContinueDespiteCertError's default case should set rv
r=kaie sr=bz
This commit is contained in:
parent
ce1d6f5c30
commit
09c5d65a0b
@ -1576,7 +1576,7 @@ nsContinueDespiteCertError(nsNSSSocketInfo *infoObject,
|
|||||||
default:
|
default:
|
||||||
nsHandleSSLError(infoObject,error);
|
nsHandleSSLError(infoObject,error);
|
||||||
retVal = PR_FALSE;
|
retVal = PR_FALSE;
|
||||||
|
rv = NS_ERROR_FAILURE;
|
||||||
}
|
}
|
||||||
if (retVal && addType != nsIBadCertListener::UNINIT_ADD_FLAG) {
|
if (retVal && addType != nsIBadCertListener::UNINIT_ADD_FLAG) {
|
||||||
addCertToDB(peerCert, addType);
|
addCertToDB(peerCert, addType);
|
||||||
|
Loading…
Reference in New Issue
Block a user