зеркало из https://github.com/mozilla/gecko-dev.git
Родитель
65c05bc158
Коммит
6418dccb57
|
@ -3750,7 +3750,10 @@ loser:
|
||||||
} else {
|
} else {
|
||||||
crls = nssTrustDomain_FindCRLsBySubject(td, &subject);
|
crls = nssTrustDomain_FindCRLsBySubject(td, &subject);
|
||||||
}
|
}
|
||||||
if (!crls) {
|
if ((!crls) || (*crls == NULL)) {
|
||||||
|
if (crls) {
|
||||||
|
nssCRLArray_Destroy(crls);
|
||||||
|
}
|
||||||
if (NSS_GetError() == NSS_ERROR_NOT_FOUND) {
|
if (NSS_GetError() == NSS_ERROR_NOT_FOUND) {
|
||||||
PORT_SetError(SEC_ERROR_CRL_NOT_FOUND);
|
PORT_SetError(SEC_ERROR_CRL_NOT_FOUND);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче