From: Lennart Poettering Date: Thu, 19 Dec 2013 20:13:01 +0000 (+0100) Subject: bus: reenable id change subscriptions X-Git-Tag: v209~795 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ff2ea19264b016bd34232cd9c4820c9547413a9a;ds=inline bus: reenable id change subscriptions --- diff --git a/src/libsystemd-bus/bus-control.c b/src/libsystemd-bus/bus-control.c index 5540d854d..dc7237a53 100644 --- a/src/libsystemd-bus/bus-control.c +++ b/src/libsystemd-bus/bus-control.c @@ -851,7 +851,7 @@ static int add_name_change_match(sd_bus *bus, item = m->items; item->size = offsetof(struct kdbus_item, id_change) + sizeof(struct kdbus_notify_id_change); - /* item->id_change.id = name_id; */ + item->id_change.id = name_id; /* If the old name is unset or empty, then this can * match against added ids */