gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10155 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r10155 - gnunet/src/transport
Date: Thu, 28 Jan 2010 15:44:20 +0100

Author: nevans
Date: 2010-01-28 15:44:20 +0100 (Thu, 28 Jan 2010)
New Revision: 10155

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
found the bug, test cases should now work

Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2010-01-28 14:17:02 UTC (rev 
10154)
+++ gnunet/src/transport/plugin_transport_tcp.c 2010-01-28 14:44:20 UTC (rev 
10155)
@@ -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 @@
   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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]