Temporal workaround for #2070
authorBart Polot <bart@net.in.tum.de>
Tue, 17 Jan 2012 16:17:14 +0000 (16:17 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 17 Jan 2012 16:17:14 +0000 (16:17 +0000)
src/mesh/gnunet-service-mesh.c

index 033c28eb09f1ca829b9660db8689f4853c28beed..fb6d09e5a9844171750e287759364bf600a03af5 100644 (file)
@@ -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);
 }