- fix cov 10808
authorBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 13:19:26 +0000 (13:19 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 13:19:26 +0000 (13:19 +0000)
src/mesh/gnunet-service-mesh_connection.c

index 1064d3982ff25b1ed520631fc03a96d1cb79c31d..8e33ab505ac7da13e338163f056f794587183d47 100644 (file)
@@ -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);