bus: properly generate GetAll reply

This commit is contained in:
Lennart Poettering 2013-10-11 23:19:40 +02:00
parent 55736ed0c7
commit 8e4e652b92

View file

@ -499,7 +499,7 @@ static int vtable_append_all_properties(
if (r < 0)
return r;
r = sd_bus_message_append(reply, "s", c->interface);
r = sd_bus_message_append(reply, "s", v->x.property.member);
if (r < 0)
return r;