chiark / gitweb /
systemctl: fix compiler warning in list_timers()
[elogind.git] / src / systemctl / systemctl.c
index a398206cdd9a0c720942274110862a6f7df8d477..3375bac985566dc6b3d8ebb9f8e33a6712193c2f 100644 (file)
@@ -930,7 +930,7 @@ static int list_timers(sd_bus *bus, char **args) {
 
         for (u = unit_infos; u < unit_infos + n; u++) {
                 _cleanup_strv_free_ char **triggered = NULL;
-                dual_timestamp next;
+                dual_timestamp next = {};
                 usec_t m;
 
                 if (!endswith(u->id, ".timer"))