aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_bluetooth.c')
-rw-r--r--src/transport/plugin_transport_bluetooth.c2
1 files changed, 1 insertions, 1 deletions
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)
661 struct PendingMessage *pm; 661 struct PendingMessage *pm;
662 662
663 endpoint->plugin->env->session_end (endpoint->plugin->env->cls, 663 endpoint->plugin->env->session_end (endpoint->plugin->env->cls,
664 &session->target, 664 session->address,
665 session); 665 session);
666 while (NULL != (pm = session->pending_message_head)) 666 while (NULL != (pm = session->pending_message_head))
667 { 667 {