aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 5daad36e2..1beebf9c1 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -564,7 +564,7 @@ add_to_queue (struct GNUNET_MESH_Handle *h,
564 struct GNUNET_MESH_TransmitHandle *th) 564 struct GNUNET_MESH_TransmitHandle *th)
565{ 565{
566 GNUNET_CONTAINER_DLL_insert_tail (h->th_head, h->th_tail, th); 566 GNUNET_CONTAINER_DLL_insert_tail (h->th_head, h->th_tail, th);
567 if (GNUNET_TIME_UNIT_FOREVER_ABS.abs_value == th->timeout.abs_value) 567 if (GNUNET_TIME_UNIT_FOREVER_ABS.abs_value_us == th->timeout.abs_value_us)
568 return; 568 return;
569 th->timeout_task = 569 th->timeout_task =
570 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_absolute_get_remaining 570 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_absolute_get_remaining