From 057171efc103ac76c60a2a0d277d8bbf25415c21 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Thu, 27 Aug 2015 16:32:22 +0200 Subject: 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. --- src/core/socket.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/socket.c') diff --git a/src/core/socket.c b/src/core/socket.c index c78e8ad01b..a387057473 100644 --- a/src/core/socket.c +++ b/src/core/socket.c @@ -43,6 +43,7 @@ #include "def.h" #include "smack-util.h" #include "bus-util.h" +#include "bus-error.h" #include "selinux-util.h" #include "dbus-socket.h" #include "unit.h" -- cgit v1.2.3-54-g00ecf