From: Nathan S. Evans Date: Thu, 28 Jan 2010 14:44:20 +0000 (+0000) Subject: found the bug, test cases should now work X-Git-Tag: initial-import-from-subversion-38251~22844 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5862db4ccf01ab566a66b243f374e69379d8b1c9;p=oweals%2Fgnunet.git found the bug, test cases should now work --- diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index fd6dc7506..c302971cb 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -38,7 +38,7 @@ #include "plugin_transport.h" #include "transport.h" -#define DEBUG_TCP GNUNET_YES +#define DEBUG_TCP GNUNET_NO /** * How long until we give up on transmitting the welcome message? @@ -1110,6 +1110,7 @@ handle_tcp_data (void *cls, GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "tcp", "Received a welcome, NOT sending to clients!\n"); #endif + GNUNET_SERVER_receive_done (client, GNUNET_OK); return; /* We don't want to propagate WELCOME messages up! */ } else