From f1c17c74acbcb46561e45df019057cc384b8dc2d Mon Sep 17 00:00:00 2001 From: "Kai A. Hiller" Date: Mon, 19 Sep 2022 14:31:51 +0200 Subject: dbus-monitor: Disable automatic message filtering --- tools/dbus-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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)) -- cgit v1.2.1