diff --git a/security/nss/lib/pki/tdcache.c b/security/nss/lib/pki/tdcache.c index a15e278d4d70..7e712797f237 100644 --- a/security/nss/lib/pki/tdcache.c +++ b/security/nss/lib/pki/tdcache.c @@ -32,7 +32,7 @@ */ #ifdef DEBUG -static const char CVS_ID[] = "@(#) $RCSfile: tdcache.c,v $ $Revision: 1.14 $ $Date: 2001/12/10 19:05:51 $ $Name: $"; +static const char CVS_ID[] = "@(#) $RCSfile: tdcache.c,v $ $Revision: 1.15 $ $Date: 2001/12/10 19:16:18 $ $Name: $"; #endif /* DEBUG */ #ifndef PKIM_H @@ -743,7 +743,7 @@ nssTrustDomain_AddCertsToCache &certs[i]->serial); NSSCertificate_Destroy(certs[i]); certs[i] = c; - NSS_ClearErrorStack(); + nss_ClearErrorStack(); continue; } return PR_FAILURE;