1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00

login: missing break for getopt ARG_NO_ASK_PASSWORD in loginctl

This commit is contained in:
Lukas Nykryn 2012-09-21 12:33:32 +02:00 committed by Lennart Poettering
parent 089d4a08d0
commit 5d5e98eb8c

View File

@ -1446,6 +1446,7 @@ static int parse_argv(int argc, char *argv[]) {
case ARG_NO_ASK_PASSWORD:
arg_ask_password = false;
break;
case ARG_KILL_WHO:
arg_kill_who = optarg;