From fca78b8ebbcc31f29a9d62779b66bad03b0763fd Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 21 Mar 2014 18:44:24 +0000 Subject: - copy & fail --- src/mesh/mesh_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesh') diff --git a/src/mesh/mesh_path.c b/src/mesh/mesh_path.c index 3fad58b68..c68a2ea78 100644 --- a/src/mesh/mesh_path.c +++ b/src/mesh/mesh_path.c @@ -195,7 +195,7 @@ path_2s (struct MeshPeerPath *p) GNUNET_asprintf (&s, "%s %s", old, GNUNET_i2s (GNUNET_PEER_resolve2 (p->peers[i]))); GNUNET_free_non_null (old); - old = s; old = ""; + old = s; } return s; } -- cgit v1.2.3