chiark / gitweb /
bus: reenable id change subscriptions
authorLennart Poettering <lennart@poettering.net>
Thu, 19 Dec 2013 20:13:01 +0000 (21:13 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 19 Dec 2013 21:18:39 +0000 (22:18 +0100)
src/libsystemd-bus/bus-control.c

index 5540d854d5d117033b427ba4a923ec46823a5a2b..dc7237a532da7766f1810e91c84443a0d13e060f 100644 (file)
@@ -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 = 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 */
 
                 /* If the old name is unset or empty, then this can
                  * match against added ids */