chiark / gitweb /
everywhere: actually make use of DUAL_TIMESTAMP_NULL macro
[elogind.git] / src / login / logind-seat.c
index 6e6e78af4a9a864f9b92070bc1b97bdbccf2961c..8198011c207c5586655039af8bbc297781eb98db 100644 (file)
@@ -567,7 +567,7 @@ bool seat_can_graphical(Seat *s) {
 int seat_get_idle_hint(Seat *s, dual_timestamp *t) {
         Session *session;
         bool idle_hint = true;
 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);
 
 
         assert(s);