aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.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_unix.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_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 7bffa220d..036096f6d 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -548,7 +548,7 @@ unix_session_disconnect (void *cls,
548 "Disconnecting session for peer `%s' `%s'\n", 548 "Disconnecting session for peer `%s' `%s'\n",
549 GNUNET_i2s (&s->target), 549 GNUNET_i2s (&s->target),
550 unix_address_to_string (NULL, s->address->address, s->address->address_length) ); 550 unix_address_to_string (NULL, s->address->address, s->address->address_length) );
551 plugin->env->session_end (plugin->env->cls, &s->target, s); 551 plugin->env->session_end (plugin->env->cls, s->address, s);
552 removed = GNUNET_NO; 552 removed = GNUNET_NO;
553 next = plugin->msg_head; 553 next = plugin->msg_head;
554 while (NULL != next) 554 while (NULL != next)