mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-29 11:57:55 +00:00
wrong function name
This commit is contained in:
parent
f82bfe09a1
commit
728feb40d4
@ -32,7 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef DEBUG
|
#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 */
|
#endif /* DEBUG */
|
||||||
|
|
||||||
#ifndef PKIM_H
|
#ifndef PKIM_H
|
||||||
@ -743,7 +743,7 @@ nssTrustDomain_AddCertsToCache
|
|||||||
&certs[i]->serial);
|
&certs[i]->serial);
|
||||||
NSSCertificate_Destroy(certs[i]);
|
NSSCertificate_Destroy(certs[i]);
|
||||||
certs[i] = c;
|
certs[i] = c;
|
||||||
NSS_ClearErrorStack();
|
nss_ClearErrorStack();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
return PR_FAILURE;
|
return PR_FAILURE;
|
||||||
|
Loading…
Reference in New Issue
Block a user