aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-27 17:34:14 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-27 17:34:14 +0000
commit6b82853eec7bac44bb43bb13c39754fb2162d64d (patch)
treef2d39165d4911972d4abeb34051ef0b708b88308 /src
parent3d3292c7884b7ce1b7332e121c773c9330346240 (diff)
downloadgnunet-6b82853eec7bac44bb43bb13c39754fb2162d64d.tar.gz
gnunet-6b82853eec7bac44bb43bb13c39754fb2162d64d.zip
WiP
Diffstat (limited to 'src')
-rw-r--r--src/mesh/test_mesh_path_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_path_api.c b/src/mesh/test_mesh_path_api.c
index 6817abacc..9a983f298 100644
--- a/src/mesh/test_mesh_path_api.c
+++ b/src/mesh/test_mesh_path_api.c
@@ -188,6 +188,7 @@ main (int argc, char *argv[])
188 188
189 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "test: Adding second path: 1 2 3\n"); 189 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "test: Adding second path: 1 2 3\n");
190 path->length--; 190 path->length--;
191 tree_debug(tree);
191 tree_add_path(tree, path, &cb); 192 tree_add_path(tree, path, &cb);
192 tree_debug(tree); 193 tree_debug(tree);
193 194