mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 01:27:11 +03:00
bus: fix seriliazation of activation errors
This commit is contained in:
parent
14c24659cd
commit
fa0fed4975
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user