From 5862db4ccf01ab566a66b243f374e69379d8b1c9 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 28 Jan 2010 14:44:20 +0000 Subject: [PATCH] found the bug, test cases should now work --- src/transport/plugin_transport_tcp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1