diff options
author | jpierre%netscape.com <devnull@localhost> | 2002-11-19 21:37:50 +0000 |
---|---|---|
committer | jpierre%netscape.com <devnull@localhost> | 2002-11-19 21:37:50 +0000 |
commit | 65e15296c71772d1133c78644a94ea995bca11f1 (patch) | |
tree | 42dd2574a320c24fe5d959bf8898f1b6aa62b346 | |
parent | 46d3f84424d86a9e681c1de329f32cec4527f781 (diff) | |
download | nss-hg-65e15296c71772d1133c78644a94ea995bca11f1.tar.gz |
Fix for bug 180894 - don't assert in ShutdownCRLCache()
-rw-r--r-- | security/nss/lib/certdb/crl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/nss/lib/certdb/crl.c b/security/nss/lib/certdb/crl.c index 92f398ae8..4b5c0261e 100644 --- a/security/nss/lib/certdb/crl.c +++ b/security/nss/lib/certdb/crl.c @@ -1059,8 +1059,6 @@ PRIntn PR_CALLBACK FreeIssuer(PLHashEntry *he, PRIntn i, void *arg) SECStatus ShutdownCRLCache(void) { - PR_ASSERT(crlcache.lock); - PR_ASSERT(crlcache.issuers); if (!crlcache.lock || !crlcache.issuers) { return SECFailure; |