chiark / gitweb /
logind: move logind into its own subdirectory
[elogind.git] / src / manager.c
index f8cbcfcc98ff8fa7faf1f25dadf1ec7fa908e5f5..9957bbf12ac56d26b1a64315f4a739c1600e041e 100644 (file)
@@ -231,7 +231,7 @@ int manager_new(ManagerRunningAs running_as, Manager **_m) {
         dual_timestamp_get(&m->startup_timestamp);
 
         m->running_as = running_as;
-        m->name_data_slot = m->subscribed_data_slot = -1;
+        m->name_data_slot = m->conn_data_slot = m->subscribed_data_slot = -1;
         m->exit_code = _MANAGER_EXIT_CODE_INVALID;
         m->pin_cgroupfs_fd = -1;