aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/test_mesh_local_traffic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_local_traffic.c b/src/mesh/test_mesh_local_traffic.c
index 4dea64b40..e81e6991b 100644
--- a/src/mesh/test_mesh_local_traffic.c
+++ b/src/mesh/test_mesh_local_traffic.c
@@ -240,7 +240,7 @@ data_callback (void *cls, struct GNUNET_MESH_Tunnel *tunnel, void **tunnel_ctx,
240 started = GNUNET_YES; 240 started = GNUNET_YES;
241 start_time = GNUNET_TIME_absolute_get(); 241 start_time = GNUNET_TIME_absolute_get();
242 if (FWD != test) // Send leaf -> root 242 if (FWD != test) // Send leaf -> root
243 GNUNET_MESH_notify_transmit_ready (tunnel, GNUNET_NO, 243 GNUNET_MESH_notify_transmit_ready (t_bck, GNUNET_NO,
244 GNUNET_TIME_UNIT_FOREVER_REL, 244 GNUNET_TIME_UNIT_FOREVER_REL,
245 NULL, 245 NULL,
246 sizeof (struct test_traffic_message), 246 sizeof (struct test_traffic_message),