chiark / gitweb /
bus: implement basic name registration with kdbus
[elogind.git] / src / libsystemd-bus / sd-bus.c
index 2424ee14465bb69737f8b4281ec226c6839672fa..f40958a26e4f4891f372741343aed657a8767412 100644 (file)
@@ -280,7 +280,7 @@ static int bus_send_hello(sd_bus *bus) {
 int bus_start_running(sd_bus *bus) {
         assert(bus);
 
-        if (bus->bus_client) {
+        if (bus->bus_client && !bus->is_kernel) {
                 bus->state = BUS_HELLO;
                 return 1;
         }