chiark / gitweb /
manager: automatically GC unreferenced units
[elogind.git] / dbus-manager.c
index a8bf7e52c95f07bd505b6e0f8008f34bd001b0c5..926324811108143aed43fc6bdfe99b8f03a0f114 100644 (file)
@@ -199,7 +199,7 @@ static DBusHandlerResult bus_manager_message_handler(DBusConnection  *connection
                                     DBUS_TYPE_INVALID))
                         goto oom;
 
                                     DBUS_TYPE_INVALID))
                         goto oom;
 
-        } else if (dbus_message_is_method_call(message, "org.freedesktop.systemd1", "GetJob")) {
+        } else if (dbus_message_is_method_call(message, "org.freedesktop.systemd1.Manager", "GetJob")) {
                 uint32_t id;
                 Job *j;
 
                 uint32_t id;
                 Job *j;