зеркало из https://github.com/mozilla/pjs.git
Don't skip certs that are already in the database. We may have to tweak
with the trust bits.
This commit is contained in:
Родитель
81ec537252
Коммит
f8b8628e60
|
@ -2142,8 +2142,6 @@ sec_pkcs12_validate_cert(sec_PKCS12SafeBag *cert,
|
|||
if(testCert) {
|
||||
if(!testCert->nickname) {
|
||||
cert->removeExisting = PR_TRUE;
|
||||
} else {
|
||||
cert->noInstall = PR_TRUE;
|
||||
}
|
||||
CERT_DestroyCertificate(testCert);
|
||||
if(cert->noInstall && !cert->removeExisting) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче