diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-08-27 16:32:22 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-08-27 16:32:22 +0200 |
commit | 057171efc103ac76c60a2a0d277d8bbf25415c21 (patch) | |
tree | 1f86acb043d5bf79725d89240c377fe2ed679066 /src/libsystemd/sd-bus/test-bus-server.c | |
parent | 8faae625dc9b6322db452937f54176e56e65265a (diff) |
Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"
This reverts commit d4d00020d6ad855d65d31020fefa5003e1bb477f. The idea of
the commit is broken and needs to be reworked. We really cannot reduce
the bus-addresses to a single address. We always will have systemd with
native clients and legacy clients at the same time, so we also need both
addresses at the same time.
Diffstat (limited to 'src/libsystemd/sd-bus/test-bus-server.c')
-rw-r--r-- | src/libsystemd/sd-bus/test-bus-server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/test-bus-server.c b/src/libsystemd/sd-bus/test-bus-server.c index 604df098cc..080d8eddb7 100644 --- a/src/libsystemd/sd-bus/test-bus-server.c +++ b/src/libsystemd/sd-bus/test-bus-server.c @@ -28,6 +28,7 @@ #include "sd-bus.h" #include "bus-internal.h" +#include "bus-util.h" struct context { int fds[2]; |