From: Lennart Poettering Date: Thu, 21 Nov 2013 01:14:05 +0000 (+0100) Subject: bus: fix seriliazation of activation errors X-Git-Tag: v209~1365 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=fa0fed49751f8fa7c5306877835595f5de184720 bus: fix seriliazation of activation errors --- diff --git a/src/core/dbus.c b/src/core/dbus.c index 35d185a60..b6124b3b2 100644 --- a/src/core/dbus.c +++ b/src/core/dbus.c @@ -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;