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:
kirk.erickson%sun.com 2002-05-23 22:21:42 +00:00
parent 5403a2da1a
commit a271017d01

View File

@ -814,6 +814,7 @@ main(int argc, char **argv)
if (!slot) {
SECU_PrintError(progName,"Invalid slot \"%s\"", slotname);
pk12uErrno = PK12UERR_PK11GETSLOT;
goto done;
}