Changes

Jump to: navigation, search

NSS Shared DB

81 bytes added, 01:38, 5 February 2008
Failures and recovery
if (PORT_Strcmp(PK11_GetTokenName(slot), updateTokenName) == 0)) {
rv = PK11_Authenticate(slot, PR_FALSE, pwArg);
if (rv != SECSuccess) { handle_failure_to_get_old_DB_Password(); goto fail; /* or done or fall through depending * * on recovery scheme */ }
}
*/
rv = PK11_Authenticate(slot, PR_FALSE, pwArg);
if (rv != SECSuccess) { goto fail; }
/* just update the state machine */
439
edits

Navigation menu