From ad8abc8cb6c635f2687bbff83ad43a9dbb821bc6 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 18 Jun 2012 08:38:31 +0000 Subject: [PATCH] - fix --- src/transport/plugin_transport_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 9bfe9f0c2..5773614d7 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -1311,7 +1311,7 @@ process_inbound_tokenized_messages (void *cls, void *client, &si->sender, hdr, (const struct GNUNET_ATS_Information *) &ats, 2, - NULL, + si->session, si->arg, si->args); si->session->flow_delay_for_other_peer = delay; -- 2.25.1