aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-15 13:19:26 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-15 13:19:26 +0000
commit426620f92810bc63fa0773b8d6c337c657b11f49 (patch)
treef3e867ee2cb693adf68c62a78e2533b1faa13ff6 /src/mesh
parenta5707b7654ab0a32cea982451d2893cdfe6cc3e0 (diff)
downloadgnunet-426620f92810bc63fa0773b8d6c337c657b11f49.tar.gz
gnunet-426620f92810bc63fa0773b8d6c337c657b11f49.zip
- fix cov 10808
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index 1064d3982..8e33ab505 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1236,7 +1236,7 @@ GMC_handle_create (void *cls, const struct GNUNET_PeerIdentity *peer,
1236 } 1236 }
1237 else 1237 else
1238 { 1238 {
1239 path = NULL; 1239 path = c->path;
1240 } 1240 }
1241 if (MESH_CONNECTION_NEW == c->state) 1241 if (MESH_CONNECTION_NEW == c->state)
1242 connection_change_state (c, MESH_CONNECTION_SENT); 1242 connection_change_state (c, MESH_CONNECTION_SENT);