aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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",