aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 465c8912d..dd65251a9 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -4544,7 +4544,8 @@ handle_local_unicast (void *cls, struct GNUNET_SERVER_Client *client,
4544 copy->retry_task = GNUNET_SCHEDULER_add_delayed (copy->retry_timer, 4544 copy->retry_task = GNUNET_SCHEDULER_add_delayed (copy->retry_timer,
4545 &tunnel_retransmit_message, 4545 &tunnel_retransmit_message,
4546 copy); 4546 copy);
4547 if (GNUNET_OK != 4547 if (GNUNET_YES == t->reliable &&
4548 GNUNET_OK !=
4548 GNUNET_CONTAINER_multihashmap32_put (t->sent_messages_fwd, 4549 GNUNET_CONTAINER_multihashmap32_put (t->sent_messages_fwd,
4549 copy->id, 4550 copy->id,
4550 copy, 4551 copy,