summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-19 21:13:01 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-19 22:18:39 +0100
commitff2ea19264b016bd34232cd9c4820c9547413a9a (patch)
tree6306cc05673b1c0186bece7bca54fc90d5c989fb
parent051dfe8708e394a64e8ef6c281228763481ad32c (diff)
bus: reenable id change subscriptions
-rw-r--r--src/libsystemd-bus/bus-control.c2
1 files changed, 1 insertions, 1 deletions
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 */