From: Matthias Wachs Date: Wed, 12 Dec 2012 13:48:16 +0000 (+0000) Subject: fix: tcp did not return network type X-Git-Tag: initial-import-from-subversion-38251~10464 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a4571164ebf622ee6fb67a24355b50d5a6e51739;p=oweals%2Fgnunet.git fix: tcp did not return network type --- diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index 3b497082c..8d026cd32 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -2050,7 +2050,7 @@ handle_tcp_data (void *cls, struct GNUNET_SERVER_Client *client, &session->target, message, (const struct GNUNET_ATS_Information *) &distance, - 1, session, + 2, session, (GNUNET_YES == session->inbound) ? NULL : session->addr, (GNUNET_YES == session->inbound) ? 0 : session->addrlen);