Add assertion to help debugging CRL crash

This commit is contained in:
jpierre%netscape.com 2002-09-14 05:41:42 +00:00
Родитель 527a99f04f
Коммит 15afa035da
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -3848,6 +3848,7 @@ SEC_DeletePermCRL(CERTSignedCrl *crl)
PK11SlotInfo *slot = crl->slot;
if (slot == NULL) {
PORT_Assert(slot);
/* shouldn't happen */
PORT_SetError( SEC_ERROR_CRL_INVALID);
return SECFailure;