diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-21 09:20:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-21 09:20:52 +0000 |
commit | b1e1d922a582ba7de1cbfde33c2961eb9b03ecc6 (patch) | |
tree | b608d8ee8f74835806222e614f1b7bd8009b5084 | |
parent | 030234510181f14610c65df747036045e70720e1 (diff) |
-this does not help #3719, likely diagnosis was wrong as well, undo
-rw-r--r-- | src/transport/plugin_transport_udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index cd42b07a10..4db28b45c1 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))) |