Don't skip certs that are already in the database. We may have to tweak

with the trust bits.
This commit is contained in:
relyea%netscape.com 2001-09-04 20:20:48 +00:00
Родитель 4a775646dd
Коммит 6388dbd352
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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) {