From 41c4af58154915dfc614d3c43cfa8d8919fcc987 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 14 Nov 2013 16:57:03 +0000 Subject: - remove superfluous tunnel state --- src/mesh/gnunet-service-mesh_tunnel.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mesh/gnunet-service-mesh_tunnel.c') diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c index 4033da4ca..9b1397d95 100644 --- a/src/mesh/gnunet-service-mesh_tunnel.c +++ b/src/mesh/gnunet-service-mesh_tunnel.c @@ -246,8 +246,6 @@ GMT_state2s (enum MeshTunnel3State s) return "MESH_TUNNEL3_WAITING"; case MESH_TUNNEL3_KEY_SENT: return "MESH_TUNNEL3_KEY_SENT"; - case MESH_TUNNEL3_PING_SENT: - return "MESH_TUNNEL3_PING_SENT"; case MESH_TUNNEL3_READY: return "MESH_TUNNEL3_READY"; case MESH_TUNNEL3_RECONNECTING: @@ -1109,7 +1107,7 @@ handle_ephemeral (struct MeshTunnel3 *t, { LOG (GNUNET_ERROR_TYPE_DEBUG, " our key was sent, send ping\n"); send_ping (t); - t->state = MESH_TUNNEL3_PING_SENT; + t->state = MESH_TUNNEL3_REKEY; } } -- cgit v1.2.3