1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 10:51:20 +03:00

journal-upload: allow the tool to start

This commit is contained in:
Lennart Poettering 2014-08-20 00:17:46 +02:00
parent dad29dff19
commit 4015ac5c32

View File

@ -748,7 +748,7 @@ int main(int argc, char **argv) {
log_parse_environment();
r = parse_config();
if (r <= 0)
if (r < 0)
goto finish;
r = parse_argv(argc, argv);