From 531e1215f4a3cda2e02fb5df413a64cf0b06079d Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 11 Mar 2014 15:05:45 +0200 Subject: [PATCH] unit/avrcp: Pass context to control handlers --- unit/test-avrcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index 97604202b..fe7009a4e 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -578,7 +578,7 @@ static void test_server(gconstpointer data) avrcp_set_passthrough_handlers(context->session, passthrough_handlers, context); - avrcp_set_control_handlers(context->session, control_handlers, NULL); + avrcp_set_control_handlers(context->session, control_handlers, context); g_idle_add(send_pdu, context); -- 2.47.3