summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2003-12-19 22:33:12 +0000
committerwchang0222%aol.com <devnull@localhost>2003-12-19 22:33:12 +0000
commit4f6c77ab0ad434fdc1a5ae34eae81ef3ec98a38b (patch)
tree88d7fb5ce6f7e78401f9877b30293fb3328e3797
parent76a40ab64e534c6efd4e8ff1bf1ff30e74aff05b (diff)
downloadnss-hg-4f6c77ab0ad434fdc1a5ae34eae81ef3ec98a38b.tar.gz
Bugzilla bug 228624: we need to call STAN_ForceCERTCertificateUpdate if
the cert's instances changed. r=relyea.
-rw-r--r--security/nss/lib/pki/tdcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/pki/tdcache.c b/security/nss/lib/pki/tdcache.c
index 2428de046..77e71a08a 100644
--- a/security/nss/lib/pki/tdcache.c
+++ b/security/nss/lib/pki/tdcache.c
@@ -793,6 +793,7 @@ add_cert_to_cache (
nssCertificate_Destroy(rvCert);
return NULL;
}
+ STAN_ForceCERTCertificateUpdate(rvCert);
nssCertificate_Destroy(cert);
return rvCert;
}