aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-10 09:15:36 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-10 09:15:36 +0000
commit949da02c84c83929044e15bc25c0a7b9ffa7427b (patch)
tree014a75283a122505346a801692348f15dcdba519 /src/mesh
parent692feb975bd6a05079e95a87cef39d3208f4deb3 (diff)
downloadgnunet-949da02c84c83929044e15bc25c0a7b9ffa7427b.tar.gz
gnunet-949da02c84c83929044e15bc25c0a7b9ffa7427b.zip
- fix path string representation
Diffstat (limited to 'src/mesh')
-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 c68a2ea78..42f26ddf1 100644
--- a/src/mesh/mesh_path.c
+++ b/src/mesh/mesh_path.c
@@ -189,7 +189,7 @@ path_2s (struct MeshPeerPath *p)
189 char *old; 189 char *old;
190 unsigned int i; 190 unsigned int i;
191 191
192 s = old = NULL; 192 old = GNUNET_strdup ("");
193 for (i = 0; i < p->length; i++) 193 for (i = 0; i < p->length; i++)
194 { 194 {
195 GNUNET_asprintf (&s, "%s %s", 195 GNUNET_asprintf (&s, "%s %s",