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_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_unix.c') 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, "Disconnecting session for peer `%s' `%s'\n", GNUNET_i2s (&s->target), unix_address_to_string (NULL, s->address->address, s->address->address_length) ); - plugin->env->session_end (plugin->env->cls, &s->target, s); + plugin->env->session_end (plugin->env->cls, s->address, s); removed = GNUNET_NO; next = plugin->msg_head; while (NULL != next) -- cgit v1.2.3