From 5cb14b3742038b28551b161635a0cba3559404b2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 16 Jun 2015 01:08:12 +0200 Subject: everywhere: actually make use of DUAL_TIMESTAMP_NULL macro Let's use it as initializer where appropriate. --- src/systemctl/systemctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systemctl/systemctl.c') diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 40bea87dfa..23fc946fbf 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -1183,7 +1183,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 = DUAL_TIMESTAMP_NULL; usec_t m, last = 0; if (!endswith(u->id, ".timer")) -- cgit v1.2.3-54-g00ecf