Resolves bug 90070 (now exiting with PK12UERR_PK11GETSLOT 13).
git-svn-id: svn://10.0.0.236/trunk@122102 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5403a2da1a
commit
a271017d01
@ -814,6 +814,7 @@ main(int argc, char **argv)
|
||||
|
||||
if (!slot) {
|
||||
SECU_PrintError(progName,"Invalid slot \"%s\"", slotname);
|
||||
pk12uErrno = PK12UERR_PK11GETSLOT;
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user