From c401a1e0eadd2c4155acede30d332949d09a5678 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 1 Feb 2010 12:44:35 +0100 Subject: fixes to the dbus code to make GetAll() in the properties iface work --- dbus-unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus-unit.c') diff --git a/dbus-unit.c b/dbus-unit.c index 5988f96102..d47408265c 100644 --- a/dbus-unit.c +++ b/dbus-unit.c @@ -30,7 +30,7 @@ static int bus_unit_append_id(Manager *m, DBusMessageIter *i, const char *proper id = unit_id(u); - if (!dbus_message_iter_append_basic(i, DBUS_TYPE_STRING, &u)) + if (!dbus_message_iter_append_basic(i, DBUS_TYPE_STRING, &id)) return -ENOMEM; return 0; -- cgit v1.2.3-54-g00ecf