mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
wrong function name
This commit is contained in:
parent
f82bfe09a1
commit
728feb40d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user