aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_api_enc.c')
-rw-r--r--src/mesh/mesh_api_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api_enc.c b/src/mesh/mesh_api_enc.c
index 3401f5d33..113ff46d0 100644
--- a/src/mesh/mesh_api_enc.c
+++ b/src/mesh/mesh_api_enc.c
@@ -551,7 +551,7 @@ add_to_queue (struct GNUNET_MESH_Handle *h,
551 struct GNUNET_MESH_TransmitHandle *th) 551 struct GNUNET_MESH_TransmitHandle *th)
552{ 552{
553 GNUNET_CONTAINER_DLL_insert_tail (h->th_head, h->th_tail, th); 553 GNUNET_CONTAINER_DLL_insert_tail (h->th_head, h->th_tail, th);
554 if (GNUNET_TIME_UNIT_FOREVER_ABS.abs_value == th->timeout.abs_value) 554 if (GNUNET_TIME_UNIT_FOREVER_ABS.abs_value_us == th->timeout.abs_value_us)
555 return; 555 return;
556 th->timeout_task = 556 th->timeout_task =
557 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_absolute_get_remaining 557 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_absolute_get_remaining