X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=dbus-manager.c;h=926324811108143aed43fc6bdfe99b8f03a0f114;hp=a8bf7e52c95f07bd505b6e0f8008f34bd001b0c5;hb=701cc384c283206a29b21e4e7302e5cf5f2d9433;hpb=48507e6621596b0d5503fad6cd9e0685917603f5 diff --git a/dbus-manager.c b/dbus-manager.c index a8bf7e52c..926324811 100644 --- a/dbus-manager.c +++ b/dbus-manager.c @@ -199,7 +199,7 @@ static DBusHandlerResult bus_manager_message_handler(DBusConnection *connection 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;