1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00
This commit is contained in:
Lennart Poettering 2014-03-18 19:31:44 +01:00
parent 03e334a1c7
commit 6340559506

View File

@ -1420,7 +1420,7 @@ int bus_kernel_create_starter(const char *bus, const char *name, BusNamePolicy *
}
hello->size = size;
hello->conn_flags = KDBUS_HELLO_ACTIVATOR;
hello->conn_flags = KDBUS_HELLO_ACTIVATOR|KDBUS_HELLO_ACCEPT_FD;
hello->pool_size = KDBUS_POOL_SIZE;
if (ioctl(fd, KDBUS_CMD_HELLO, hello) < 0) {