aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/mesh2_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/mesh2_api.c b/src/mesh/mesh2_api.c
index aca5108fa..ef940f7e4 100644
--- a/src/mesh/mesh2_api.c
+++ b/src/mesh/mesh2_api.c
@@ -1460,6 +1460,7 @@ GNUNET_MESH_tunnel_create (struct GNUNET_MESH_Handle *h,
1460 msg.tunnel_id = htonl (t->tid); 1460 msg.tunnel_id = htonl (t->tid);
1461 msg.port = htonl (port); 1461 msg.port = htonl (port);
1462 msg.peer = *peer; 1462 msg.peer = *peer;
1463 t->last_ack_sent = 0;
1463 send_packet (h, &msg.header, t); 1464 send_packet (h, &msg.header, t);
1464 return t; 1465 return t;
1465} 1466}