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/login/logind-seat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login/logind-seat.c') diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c index 11d24ce5b4..3c30eeaa95 100644 --- a/src/login/logind-seat.c +++ b/src/login/logind-seat.c @@ -599,7 +599,7 @@ bool seat_can_graphical(Seat *s) { int seat_get_idle_hint(Seat *s, dual_timestamp *t) { Session *session; bool idle_hint = true; - dual_timestamp ts = { 0, 0 }; + dual_timestamp ts = DUAL_TIMESTAMP_NULL; assert(s); -- cgit v1.2.3-54-g00ecf