mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-04 17:47:03 +03:00
systemctl: Prevent state_missing from being used uninit
This commit is contained in:
parent
2db18cdd46
commit
aa91d5925a
@ -1942,7 +1942,7 @@ static void output_machines_list(struct machine_info *machine_infos, unsigned n)
|
||||
statelen = STRLEN("STATE"),
|
||||
failedlen = STRLEN("FAILED"),
|
||||
jobslen = STRLEN("JOBS");
|
||||
bool state_missing;
|
||||
bool state_missing = false;
|
||||
|
||||
assert(machine_infos || n == 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user