From b1e1d922a582ba7de1cbfde33c2961eb9b03ecc6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 21 May 2015 09:20:52 +0000 Subject: [PATCH] -this does not help #3719, likely diagnosis was wrong as well, undo --- 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 cd42b07a1..4db28b45c 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -2511,7 +2511,7 @@ process_udp_message (struct Plugin *plugin, PLUGIN_NAME, udp_addr, udp_addr_len, - GNUNET_HELLO_ADDRESS_INFO_INBOUND); + GNUNET_HELLO_ADDRESS_INFO_NONE); if (NULL == (s = udp_plugin_lookup_session (plugin, address))) -- 2.25.1