mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
systemctl: remove erroneous return in runlevel_parse_argv()
This commit is contained in:
parent
d1368aa9bd
commit
31d5a60cae
@ -5879,7 +5879,6 @@ static int runlevel_parse_argv(int argc, char *argv[]) {
|
||||
|
||||
case ARG_HELP:
|
||||
return runlevel_help();
|
||||
return 0;
|
||||
|
||||
case '?':
|
||||
return -EINVAL;
|
||||
|
Loading…
Reference in New Issue
Block a user