Bugzilla Bug 298957: removed a comment. The code already does what the

comment asked for. r=relyea.
This commit is contained in:
wtchang%redhat.com 2005-08-15 21:34:42 +00:00
Родитель 80d892f39d
Коммит 5e25df8763
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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