From e2969268a9ff5fc99c65052c9fb92c545c9f3924 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 17 Jan 2012 16:17:14 +0000 Subject: [PATCH] Temporal workaround for #2070 --- src/mesh/gnunet-service-mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.25.1