From 0a428df5dffc20af827516422589465e654fd044 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 22 Oct 2007 14:51:53 +0000 Subject: Fix UUID in CancelAuthorize call --- audio/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/control.c b/audio/control.c index 50712137..ae853fe8 100644 --- a/audio/control.c +++ b/audio/control.c @@ -415,7 +415,7 @@ static void auth_cb(DBusPendingCall *call, void *data) if (dbus_error_has_name(&err, DBUS_ERROR_NO_REPLY)) { debug("Canceling authorization request"); manager_cancel_authorize(&session->dst, - ADVANCED_AUDIO_UUID, + AVRCP_TARGET_UUID, NULL); } -- cgit