chiark / gitweb /
bus: reenable id change subscriptions
[elogind.git] / 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->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 */