diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-03-20 09:56:35 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-03-20 09:56:35 +0000 |
commit | 41c6d8c72b45cf9f0cb712efd140cf681ff5d11e (patch) | |
tree | d781d36ac67f776597a05ff6f8cb26f1e5e5cfa2 /src/transport/plugin_transport_bluetooth.c | |
parent | 9390558f789648d3951805432ecc4ca9badef40e (diff) |
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.c | 2 |
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) struct PendingMessage *pm; endpoint->plugin->env->session_end (endpoint->plugin->env->cls, - &session->target, + session->address, session); while (NULL != (pm = session->pending_message_head)) { |