mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +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:
|
||||
nsHandleSSLError(infoObject,error);
|
||||
retVal = PR_FALSE;
|
||||
|
||||
rv = NS_ERROR_FAILURE;
|
||||
}
|
||||
if (retVal && addType != nsIBadCertListener::UNINIT_ADD_FLAG) {
|
||||
addCertToDB(peerCert, addType);
|
||||
|
Loading…
Reference in New Issue
Block a user