mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-20 14:03:39 +03:00
systemctl: make sure list-jobs doesn't return failure on success
This commit is contained in:
parent
bd098bcedd
commit
91d0f17e03
@ -2186,7 +2186,7 @@ static int list_jobs(int argc, char *argv[], void *userdata) {
|
||||
return bus_log_parse_error(r);
|
||||
|
||||
output_jobs_list(jobs, c, skipped);
|
||||
return r;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int cancel_job(int argc, char *argv[], void *userdata) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user