From 4156d406e90ffe54f35b45b08b08942fd9bbd243 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 15 Nov 2013 09:57:59 +0000 Subject: [PATCH] - when did this dissapear???? --- src/mesh/gnunet-service-mesh_connection.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c index bb40eebcf..1b171faa5 100644 --- a/src/mesh/gnunet-service-mesh_connection.c +++ b/src/mesh/gnunet-service-mesh_connection.c @@ -1355,7 +1355,8 @@ GMC_handle_confirm (void *cls, const struct GNUNET_PeerIdentity *peer, if (MESH_CONNECTION_SENT == oldstate) connection_reset_timeout (c, GNUNET_YES); - /* Change tunnel state */ + /* Change connection and tunnel state */ + connection_change_state (c, MESH_CONNECTION_READY); if (MESH_TUNNEL3_WAITING == GMT_get_state (c->t)) GMT_change_state (c->t, MESH_TUNNEL3_READY); -- 2.25.1