nasty missing GNUNET_SERVER_receive_done bug fixed... At least one morning wasted
authorNathan S. Evans <evans@in.tum.de>
Thu, 4 Feb 2010 10:44:56 +0000 (10:44 +0000)
committerNathan S. Evans <evans@in.tum.de>
Thu, 4 Feb 2010 10:44:56 +0000 (10:44 +0000)
src/core/gnunet-service-core.c

index 3b617ed30631a744b9b820e121d05cc470c0f600..aaedf3f38b07044cc1008f753fa5d30beedbc60f 100644 (file)
@@ -855,6 +855,7 @@ handle_client_init (void *cls,
       send_to_client (c, &cnm.header, GNUNET_NO);
       n = n->next;
     }
+  GNUNET_SERVER_receive_done (client, GNUNET_OK);
 }
 
 
@@ -1744,7 +1745,7 @@ handle_client_send (void *cls,
     {
 #if DEBUG_CORE
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                  "\n\n\nCore received `%s' request for `%4s', will try to establish connection within %llu ms\n\n\n",
+                  "Core received `%s' request for `%4s', will try to establish connection within %llu ms\n",
                  "SEND",
                   GNUNET_i2s (&sm->peer),
                  GNUNET_TIME_absolute_get_remaining