chiark / gitweb /
bus: sync up with kdbus
[elogind.git] / src / libsystemd-bus / bus-kernel.c
index 0e473082382c1c3cc6683308dd4c65ff94232cdf..f32f271b7dddffd0967f79dde5969bff541d0d20 100644 (file)
@@ -1141,7 +1141,7 @@ int bus_kernel_create_starter(const char *bus, const char *name) {
         n = hello->items;
         strcpy(n->str, name);
         n->size = offsetof(struct kdbus_item, str) + strlen(n->str) + 1;
-        n->type = KDBUS_ITEM_ACTIVATOR_NAME;
+        n->type = KDBUS_ITEM_NAME;
 
         hello->size = ALIGN8(offsetof(struct kdbus_cmd_hello, items) + n->size);
         hello->conn_flags = KDBUS_HELLO_ACTIVATOR;