Add "nopass" for empty password too.
This commit is contained in:
parent
5e4eb9954b
commit
4ff2999e88
@ -1084,6 +1084,8 @@ int main(int argc,char **argv)
|
|||||||
pass = FIPS_AUTH_OFFICER_PASS;
|
pass = FIPS_AUTH_OFFICER_PASS;
|
||||||
} else if (!strcmp(argv[1], "badpass")) {
|
} else if (!strcmp(argv[1], "badpass")) {
|
||||||
pass = "bad invalid password";
|
pass = "bad invalid password";
|
||||||
|
} else if (!strcmp(argv[1], "nopass")) {
|
||||||
|
pass = "";
|
||||||
} else {
|
} else {
|
||||||
printf("Bad argument \"%s\"\n", argv[1]);
|
printf("Bad argument \"%s\"\n", argv[1]);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user