From 8bcf8f1c0e1f9b210a8f6e96b085e69dfaf5db4b Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 19 Aug 2013 15:45:11 +0300 Subject: [PATCH] audio/media: Make use of g_dbus_send_message_with_reply This replaces dbus_connection_send_with_reply with g_dbus_send_message_with_reply which does not alter message order. --- profiles/audio/media.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/media.c b/profiles/audio/media.c index 5a06b99f9..9c72b8dc4 100644 --- a/profiles/audio/media.c +++ b/profiles/audio/media.c @@ -325,7 +325,7 @@ static gboolean media_endpoint_async_call(DBusMessage *msg, request = g_new0(struct endpoint_request, 1); /* Timeout should be less than avdtp request timeout (4 seconds) */ - if (dbus_connection_send_with_reply(btd_get_dbus_connection(), + if (g_dbus_send_message_with_reply(btd_get_dbus_connection(), msg, &request->call, REQUEST_TIMEOUT) == FALSE) { error("D-Bus send failed"); -- 2.11.0