From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This replaces dbus_connection_send_with_reply with g_dbus_send_message_with_reply which does not alter message order. --- plugins/neard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/neard.c b/plugins/neard.c index e4a4d71..ea91c4d 100644 --- a/plugins/neard.c +++ b/plugins/neard.c @@ -158,7 +158,7 @@ static void register_agent(bool append_carrier) dbus_message_append_args(message, DBUS_TYPE_STRING, &carrier, DBUS_TYPE_INVALID); - if (!dbus_connection_send_with_reply(btd_get_dbus_connection(), + if (!g_dbus_send_message_with_reply(btd_get_dbus_connection(), message, &call, -1)) { dbus_message_unref(message); error("D-Bus send failed"); -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html