- when did this dissapear????
authorBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 09:57:59 +0000 (09:57 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 09:57:59 +0000 (09:57 +0000)
src/mesh/gnunet-service-mesh_connection.c

index bb40eebcf0dac4b57418ffadea919774a90142ae..1b171faa5629490f6bc3396b663e1cd64f287d07 100644 (file)
@@ -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);