From 728feb40d4f3afe72b37f6f4cde392b79b0bc51b Mon Sep 17 00:00:00 2001 From: "ian.mcgreer%sun.com" Date: Mon, 10 Dec 2001 19:16:18 +0000 Subject: [PATCH] wrong function name --- security/nss/lib/pki/tdcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;