chiark / gitweb /
everywhere: actually make use of DUAL_TIMESTAMP_NULL macro
[elogind.git] / src / login / logind-session-dbus.c
index 3a7b1a0fb96010144f4a0e89301457dd2bdc10c1..d51a6e4bb97aa266a7686696c9b571c157b47822 100644 (file)
@@ -163,7 +163,7 @@ static int property_get_idle_since_hint(
                 sd_bus_error *error) {
 
         Session *s = userdata;
-        dual_timestamp t;
+        dual_timestamp t = DUAL_TIMESTAMP_NULL;
         uint64_t u;
         int r;