- listen to client again
authorBart Polot <bart@net.in.tum.de>
Mon, 23 Jul 2012 14:00:08 +0000 (14:00 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 23 Jul 2012 14:00:08 +0000 (14:00 +0000)
src/mesh/gnunet-service-mesh.c

index 4c5d1621cfc2eb6fc288e5b17ea7c7a9c9ca0ad3..932fb31254163378bccf1ed86872ea76d9c7c1f5 100644 (file)
@@ -5143,6 +5143,7 @@ handle_local_tunnel_speed (void *cls, struct GNUNET_SERVER_Client *client,
       default:
           GNUNET_break (0);
   }
+  GNUNET_SERVER_receive_done (client, GNUNET_OK);
 }
 
 
@@ -5198,6 +5199,7 @@ handle_local_tunnel_buffer (void *cls, struct GNUNET_SERVER_Client *client,
       default:
           GNUNET_break (0);
   }
+  GNUNET_SERVER_receive_done (client, GNUNET_OK);
 }