mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +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:
|
case ARG_HELP:
|
||||||
return runlevel_help();
|
return runlevel_help();
|
||||||
return 0;
|
|
||||||
|
|
||||||
case '?':
|
case '?':
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user