- fix cov 10808
[oweals/gnunet.git] / 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);