From 426620f92810bc63fa0773b8d6c337c657b11f49 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 15 Nov 2013 13:19:26 +0000 Subject: [PATCH] - fix cov 10808 --- src/mesh/gnunet-service-mesh_connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } else { - path = NULL; + path = c->path; } if (MESH_CONNECTION_NEW == c->state) connection_change_state (c, MESH_CONNECTION_SENT); -- 2.25.1