aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_path.c')
-rw-r--r--src/mesh/mesh_path.c2
1 files changed, 1 insertions, 1 deletions
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)
195 GNUNET_asprintf (&s, "%s %s", 195 GNUNET_asprintf (&s, "%s %s",
196 old, GNUNET_i2s (GNUNET_PEER_resolve2 (p->peers[i]))); 196 old, GNUNET_i2s (GNUNET_PEER_resolve2 (p->peers[i])));
197 GNUNET_free_non_null (old); 197 GNUNET_free_non_null (old);
198 old = s; old = ""; 198 old = s;
199 } 199 }
200 return s; 200 return s;
201} 201}