- fixes, debug
[oweals/gnunet.git] / src / mesh / test_mesh2_local.c
index aed085c946ae09f2dcddd4acb730d743ee5f88fc..b62cc9ac82a0539a1be5d3239a04af331b20d9bb 100644 (file)
@@ -114,6 +114,7 @@ data_callback (void *cls, struct GNUNET_MESH_Tunnel *tunnel, void **tunnel_ctx,
   shutdown_task =
     GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS, &do_shutdown,
                                   NULL);
+  GNUNET_MESH_receive_done (tunnel);
   return GNUNET_OK;
 }