aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-15 09:57:59 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-15 09:57:59 +0000
commit4156d406e90ffe54f35b45b08b08942fd9bbd243 (patch)
tree5dc234eaeeb80b2be287086f6d72d65da548d03f /src/mesh
parente8c8f0a43325d9b9bfec32b42263e2ac0fe0d284 (diff)
downloadgnunet-4156d406e90ffe54f35b45b08b08942fd9bbd243.tar.gz
gnunet-4156d406e90ffe54f35b45b08b08942fd9bbd243.zip
- when did this dissapear????
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c3
1 files changed, 2 insertions, 1 deletions
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,
1355 if (MESH_CONNECTION_SENT == oldstate) 1355 if (MESH_CONNECTION_SENT == oldstate)
1356 connection_reset_timeout (c, GNUNET_YES); 1356 connection_reset_timeout (c, GNUNET_YES);
1357 1357
1358 /* Change tunnel state */ 1358 /* Change connection and tunnel state */
1359 connection_change_state (c, MESH_CONNECTION_READY);
1359 if (MESH_TUNNEL3_WAITING == GMT_get_state (c->t)) 1360 if (MESH_TUNNEL3_WAITING == GMT_get_state (c->t))
1360 GMT_change_state (c->t, MESH_TUNNEL3_READY); 1361 GMT_change_state (c->t, MESH_TUNNEL3_READY);
1361 1362