mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bugzilla Bug 298957: removed a comment. The code already does what the
comment asked for. r=relyea.
This commit is contained in:
parent
80d892f39d
commit
5e25df8763
@ -831,7 +831,7 @@ PK11_TokenKeyGenWithFlags(PK11SlotInfo *slot, CK_MECHANISM_TYPE type,
|
||||
if (!isToken && (slot == NULL || !PK11_DoesMechanism(slot,type))) {
|
||||
PK11SlotInfo *bestSlot;
|
||||
|
||||
bestSlot = PK11_GetBestSlot(type,wincx); /* TNH: references the slot? */
|
||||
bestSlot = PK11_GetBestSlot(type,wincx);
|
||||
if (bestSlot == NULL) {
|
||||
PORT_SetError( SEC_ERROR_NO_MODULE );
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user