X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dbus-manager.c;h=32d074502509a58f30cadcf4b077da75422067b3;hb=911081dde7ec28b28bfed7e08ab901158c18712d;hp=3ccf8de650c6b9724cb79794062b162ac7ea58ef;hpb=ea4309869e75497ba6a97c540646cb66a157a4d9;p=elogind.git diff --git a/dbus-manager.c b/dbus-manager.c index 3ccf8de65..32d074502 100644 --- a/dbus-manager.c +++ b/dbus-manager.c @@ -180,7 +180,7 @@ DBusHandlerResult bus_manager_message_handler(DBusConnection *connection, DBusM goto oom; } - job_type = job_type_to_string(u->meta.job->state); + job_type = job_type_to_string(u->meta.job->type); } else { job_id = 0; job_path = unit_path; @@ -237,7 +237,7 @@ DBusHandlerResult bus_manager_message_handler(DBusConnection *connection, DBusM id = (uint32_t) j->id; unit = unit_id(j->unit); state = job_state_to_string(j->state); - type = job_type_to_string(j->state); + type = job_type_to_string(j->type); if (!(job_path = job_dbus_path(j))) goto oom;