aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_bluetooth.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-03-20 09:56:35 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-03-20 09:56:35 +0000
commit41c6d8c72b45cf9f0cb712efd140cf681ff5d11e (patch)
treed781d36ac67f776597a05ff6f8cb26f1e5e5cfa2 /src/transport/plugin_transport_bluetooth.c
parent9390558f789648d3951805432ecc4ca9badef40e (diff)
downloadgnunet-41c6d8c72b45cf9f0cb712efd140cf681ff5d11e.tar.gz
gnunet-41c6d8c72b45cf9f0cb712efd140cf681ff5d11e.zip
session end function must include address to notify address
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 {