diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-09-10 09:26:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-10 09:26:43 +0300 |
commit | 47af450af09c36c0af06aedcc551691a3cb4cd3c (patch) | |
tree | febfb7d02625a60e141bede2c85584d9ccdca90c /src/core/dbus.c | |
parent | 7dd736abecd8048843d117de56c65bbf489a6f4f (diff) | |
parent | 232f6754f60ae803c992ca156cbc25fa80a5b9db (diff) |
Merge pull request #4119 from keszybz/drop-more-kdbus
Drop more kdbus functionality
Diffstat (limited to 'src/core/dbus.c')
-rw-r--r-- | src/core/dbus.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/dbus.c b/src/core/dbus.c index 1e41a42aa6..070974fe66 100644 --- a/src/core/dbus.c +++ b/src/core/dbus.c @@ -964,10 +964,6 @@ static int bus_init_private(Manager *m) { if (m->private_listen_fd >= 0) return 0; - /* We don't need the private socket if we have kdbus */ - if (m->kdbus_fd >= 0) - return 0; - if (MANAGER_IS_SYSTEM(m)) { /* We want the private bus only when running as init */ |