chiark / gitweb /
Do no isolate in case of emergency or severe problems
[elogind.git] / src / core / dbus-manager.c
index 8f4bbc59b786231d04efc368072623a3a6515b3d..75a341fce1edc622d2ef17754fed4308cf430a8e 100644 (file)
@@ -1894,7 +1894,7 @@ static DBusHandlerResult bus_manager_message_handler(DBusConnection *connection,
         }
 
         if (reply)
-                if (!dbus_connection_send(connection, reply, NULL))
+                if (!bus_maybe_send_reply(connection, message, reply))
                         goto oom;
 
         return DBUS_HANDLER_RESULT_HANDLED;