mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-28 17:57:25 +03:00
machinectl: don't return 1 in case we couldn't figure out container IP addresses (#5587)
This is in spirit very similar to commit 4b2419165ce409ee55ce96a926302f89685f2293. Fixes: #5581
This commit is contained in:
parent
ff8017c4a2
commit
3c302cddfb
@ -340,6 +340,7 @@ static int list_machines(int argc, char *argv[], void *userdata) {
|
||||
printf("No machines.\n");
|
||||
}
|
||||
|
||||
r = 0;
|
||||
out:
|
||||
clean_machine_info(machines, n_machines);
|
||||
return r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user