- don-t re-scheduler, destroy immediately (comes from scheduler)
[oweals/gnunet.git] / src / mesh / mesh_path.c
index 3fad58b68a878730068da5d8a429b448f9d03c1e..c68a2ea7813629f8d28961594a9b2d62fb13c066 100644 (file)
@@ -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;
 }