1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00

bus: fix seriliazation of activation errors

This commit is contained in:
Lennart Poettering 2013-11-21 02:14:05 +01:00
parent 14c24659cd
commit fa0fed4975

View File

@ -194,7 +194,7 @@ failed:
return 0;
}
r = sd_bus_message_append(reply, "sss", error.name, error.message);
r = sd_bus_message_append(reply, "sss", name, error.name, error.message);
if (r < 0) {
bus_log_create_error(r);
return 0;