aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_path.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-21 18:44:24 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-21 18:44:24 +0000
commitfca78b8ebbcc31f29a9d62779b66bad03b0763fd (patch)
treed09b784f8e6ed6316bf5e1049286df788d1361dd /src/mesh/mesh_path.c
parentf6853688349c5bf16dae061ae8151f9c27d61b6e (diff)
downloadgnunet-fca78b8ebbcc31f29a9d62779b66bad03b0763fd.tar.gz
gnunet-fca78b8ebbcc31f29a9d62779b66bad03b0763fd.zip
- copy & fail
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}