aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
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)