Fix for bug 265707 - SECMOD_FindSlot always returns NULL. r=relyea
git-svn-id: svn://10.0.0.236/trunk@164291 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -525,7 +525,6 @@ SECMOD_FindSlot(SECMODModule *module,const char *name)
|
||||
if (retSlot == NULL) {
|
||||
PORT_SetError(SEC_ERROR_NO_SLOT_SELECTED);
|
||||
}
|
||||
return NULL;
|
||||
return retSlot;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user