From: Bart Polot Date: Wed, 18 Jan 2012 11:27:35 +0000 (+0000) Subject: Allowed client to send again X-Git-Tag: initial-import-from-subversion-38251~15240 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6bdc9878c8027ca7e6c4fca5410d7569cea6fe12;p=oweals%2Fgnunet.git Allowed client to send again --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 2674d7c47..de8fe68a9 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -2093,6 +2093,7 @@ tunnel_send_multicast (struct MeshTunnel *t, { GNUNET_SCHEDULER_cancel(*(mdata->task)); GNUNET_free (mdata->task); + GNUNET_SERVER_receive_done(t->client->handle, GNUNET_OK); } // FIXME change order? GNUNET_free (mdata);