wrong function name

This commit is contained in:
ian.mcgreer%sun.com 2001-12-10 19:16:18 +00:00
parent f82bfe09a1
commit 728feb40d4

View File

@ -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;