bug 198470 "Cached certs not updated after token reset." r=ian.mgreer r=wtc

This commit is contained in:
relyea%netscape.com 2003-03-22 00:18:45 +00:00
parent d88650e5f1
commit 4492ee1630

View File

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