commit 4156d406e90ffe54f35b45b08b08942fd9bbd243
parent e8c8f0a43325d9b9bfec32b42263e2ac0fe0d284
Author: Bart Polot <bart@net.in.tum.de>
Date: Fri, 15 Nov 2013 09:57:59 +0000
- when did this dissapear????
Diffstat:
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
@@ -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);