From 595e3d738354a51fb599ea4e2746a35796f79659 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 7 Jun 2013 01:49:26 +0000 Subject: - initialize to proper new values --- src/mesh/mesh2_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesh/mesh2_api.c') diff --git a/src/mesh/mesh2_api.c b/src/mesh/mesh2_api.c index 0098b2bf0..0475f7fe0 100644 --- a/src/mesh/mesh2_api.c +++ b/src/mesh/mesh2_api.c @@ -448,6 +448,8 @@ create_tunnel (struct GNUNET_MESH_Handle *h, MESH_TunnelNumber tid) } t->last_ack_recv = (uint32_t) -1; t->last_pid_recv = (uint32_t) -1; + t->last_ack_sent = (uint32_t) -1; + t->last_pid_sent = (uint32_t) -1; t->buffering = GNUNET_YES; return t; } -- cgit v1.2.3