core: fix serilization of ListJobs() response

This commit is contained in:
Lennart Poettering 2013-11-21 21:32:23 +01:00
parent ceb19081fe
commit 1302759d15

View file

@ -774,8 +774,9 @@ static int method_list_jobs(sd_bus *bus, sd_bus_message *message, void *userdata
r = sd_bus_message_append(
reply, "(usssoo)",
j->id,
job_state_to_string(j->state),
j->unit->id,
job_type_to_string(j->type),
job_state_to_string(j->state),
job_path,
unit_path);
if (r < 0)