From 41c6d8c72b45cf9f0cb712efd140cf681ff5d11e Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 20 Mar 2014 09:56:35 +0000 Subject: session end function must include address to notify address --- src/transport/plugin_transport_bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_bluetooth.c') diff --git a/src/transport/plugin_transport_bluetooth.c b/src/transport/plugin_transport_bluetooth.c index 266276730..c131645a4 100644 --- a/src/transport/plugin_transport_bluetooth.c +++ b/src/transport/plugin_transport_bluetooth.c @@ -661,7 +661,7 @@ free_session (struct Session *session) struct PendingMessage *pm; endpoint->plugin->env->session_end (endpoint->plugin->env->cls, - &session->target, + session->address, session); while (NULL != (pm = session->pending_message_head)) { -- cgit v1.2.3