summaryrefslogtreecommitdiff
path: root/c-sources
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-06-26 06:49:48 +0100
committerWill Thompson <will@willthompson.co.uk>2018-06-26 06:49:48 +0100
commit3e49f32c196b1daf128431a5989e27d813302cec (patch)
treeabe7852c3e096249bb574f5416853a30c7e44918 /c-sources
parente816598923742fe0c94743a56b5c25fa0a6c80f0 (diff)
monitor: don't try to autostart the bus daemon
Diffstat (limited to 'c-sources')
-rw-r--r--c-sources/pcap-monitor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c-sources/pcap-monitor.c b/c-sources/pcap-monitor.c
index e1dbc3f..66f34f9 100644
--- a/c-sources/pcap-monitor.c
+++ b/c-sources/pcap-monitor.c
@@ -523,7 +523,8 @@ dump_names_thread_func (
{
bus = g_dbus_proxy_new_sync (connection,
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES |
- G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS,
+ G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS |
+ G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START,
NULL,
"org.freedesktop.DBus",
"/org/freedesktop/DBus",