summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKai A. Hiller <V02460@gmail.com>2022-09-19 14:31:51 +0200
committerSimon McVittie <smcv@collabora.com>2022-10-11 10:50:08 +0000
commitf1c17c74acbcb46561e45df019057cc384b8dc2d (patch)
tree17a63ff78228979601790df0fe4c458e136fca50 /tools
parent5dba91acea4d586bcb4a7159560cf222a090ce08 (diff)
downloaddbus-f1c17c74acbcb46561e45df019057cc384b8dc2d.tar.gz
dbus-monitor: Disable automatic message filtering
Diffstat (limited to 'tools')
-rw-r--r--tools/dbus-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c
index fcc923ee..cd5d9ae8 100644
--- a/tools/dbus-monitor.c
+++ b/tools/dbus-monitor.c
@@ -494,7 +494,7 @@ main (int argc, char *argv[])
/* Receive o.fd.Peer messages as normal messages, rather than having
* libdbus handle them internally, which is the wrong thing for
* a monitor */
- dbus_connection_set_route_peer_messages (connection, TRUE);
+ dbus_connection_set_builtin_filters_enabled (connection, FALSE);
if (!dbus_connection_add_filter (connection, filter_func,
_DBUS_INT_TO_POINTER (binary_mode), NULL))