chiark / gitweb /
libsystemd-bus: bring definitions in sync with kdbus
[elogind.git] / src / libsystemd-bus / bus-control.c
index 1d416b7dc4f05b7381fbb7f8f05c2bb3993f412f..7cb7d44ae942a1ac74c4ea95c6e51f98b7484a4e 100644 (file)
@@ -507,7 +507,7 @@ int bus_add_match_internal(
                         item->type = KDBUS_MATCH_BLOOM;
                         memcpy(item->data64, bloom, BLOOM_SIZE);
 
-                        item = KDBUS_ITEM_NEXT(item);
+                        item = KDBUS_PART_NEXT(item);
                 }
 
                 if (sender) {