From: Bart Polot Date: Tue, 17 Jan 2012 16:17:14 +0000 (+0000) Subject: Temporal workaround for #2070 X-Git-Tag: initial-import-from-subversion-38251~15257 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2969268a9ff5fc99c65052c9fb92c545c9f3924;p=oweals%2Fgnunet.git Temporal workaround for #2070 --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 033c28eb0..fb6d09e5a 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -733,7 +733,7 @@ client_allow_send (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) (info->copies != NULL) ? *(info->copies) : 0); #endif // *(info->timeout_task) = GNUNET_SCHEDULER_NO_TASK; - GNUNET_SERVER_receive_done (c, GNUNET_OK); + GNUNET_SERVER_receive_done (c->handle, GNUNET_OK); }