]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemctl/systemctl.c
Merge pull request #12753 from jrouleau/fix/hibernate-resume-timeout
[thirdparty/systemd.git] / src / systemctl / systemctl.c
index e043afc4f29ac474116169f86632ff81c02a1125..1158914fb4f60b9b8d5765a27c2c2890704e5e20 100644 (file)
@@ -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);