1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

systemctl: remove erroneous return in runlevel_parse_argv()

This commit is contained in:
Maciej Wereski 2014-02-19 11:39:01 +01:00 committed by Lennart Poettering
parent d1368aa9bd
commit 31d5a60cae

View File

@ -5879,7 +5879,6 @@ static int runlevel_parse_argv(int argc, char *argv[]) {
case ARG_HELP:
return runlevel_help();
return 0;
case '?':
return -EINVAL;