summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2003-03-22 00:18:45 +0000
committerrelyea%netscape.com <devnull@localhost>2003-03-22 00:18:45 +0000
commit1abf6210a3b7c009f019ab4dc18b2510eb808415 (patch)
tree9f1fa4c84a1e39797795bf213bc1462818afff1f
parent9059b0216eaf54bfee15bdd4ac3ba1eec242f84f (diff)
downloadnss-hg-1abf6210a3b7c009f019ab4dc18b2510eb808415.tar.gz
bug 198470 "Cached certs not updated after token reset." r=ian.mgreer r=wtc
-rw-r--r--security/nss/lib/pk11wrap/pk11slot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/pk11wrap/pk11slot.c b/security/nss/lib/pk11wrap/pk11slot.c
index 53c1acfb5..74816b485 100644
--- a/security/nss/lib/pk11wrap/pk11slot.c
+++ b/security/nss/lib/pk11wrap/pk11slot.c
@@ -4562,6 +4562,8 @@ PK11_ResetToken(PK11SlotInfo *slot, char *sso_pwd)
PORT_SetError(PK11_MapError(crv));
return SECFailure;
}
+ nssTrustDomain_UpdateCachedTokenCerts(slot->nssToken->trustDomain,
+ slot->nssToken);
return SECSuccess;
}