From e806c9794b23600f3b50ec0aefb9e300a4b98810 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 28 Mar 2014 12:42:39 +0000 Subject: fixing crash in unix --- src/transport/plugin_transport_unix.c | 1 + 1 file changed, 1 insertion(+) (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 036096f6d..e48606f8f 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -880,6 +880,7 @@ unix_plugin_get_session (void *cls, s = GNUNET_new (struct Session); s->target = address->peer; s->address = GNUNET_HELLO_address_copy (address); + s->plugin = plugin; GNUNET_assert (GNUNET_SCHEDULER_NO_TASK == s->timeout_task); s->timeout_task = GNUNET_SCHEDULER_add_delayed (GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT, &session_timeout, -- cgit v1.2.3