aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-01-17 16:17:14 +0000
committerBart Polot <bart@net.in.tum.de>2012-01-17 16:17:14 +0000
commite2969268a9ff5fc99c65052c9fb92c545c9f3924 (patch)
tree5e50deaa16357db80fcf5a7e75b6e7e8ef44e686 /src/mesh
parentd1b14153c09460420f1a045e7db134b6edb8d15f (diff)
downloadgnunet-e2969268a9ff5fc99c65052c9fb92c545c9f3924.tar.gz
gnunet-e2969268a9ff5fc99c65052c9fb92c545c9f3924.zip
Temporal workaround for #2070
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
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)
733 (info->copies != NULL) ? *(info->copies) : 0); 733 (info->copies != NULL) ? *(info->copies) : 0);
734#endif 734#endif
735// *(info->timeout_task) = GNUNET_SCHEDULER_NO_TASK; 735// *(info->timeout_task) = GNUNET_SCHEDULER_NO_TASK;
736 GNUNET_SERVER_receive_done (c, GNUNET_OK); 736 GNUNET_SERVER_receive_done (c->handle, GNUNET_OK);
737} 737}
738 738
739 739