From: Bart Polot Date: Mon, 23 Jul 2012 14:00:08 +0000 (+0000) Subject: - listen to client again X-Git-Tag: initial-import-from-subversion-38251~12372 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d85db2c476afef7cd312e38ea91f90ce5e76898;p=oweals%2Fgnunet.git - listen to client again --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 4c5d1621c..932fb3125 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -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); }