]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-session-dbus.c
Merge pull request #197 from dvdhrm/hashmap
[thirdparty/systemd.git] / src / login / logind-session-dbus.c
index debaa31a2901d7c17ed084d3488e6ecd65af7e8c..563153e2d92b64644f35e3c587cbd4da43a71bd3 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;