projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29074f4
)
- Fixed an insufficient allocation, probably causing OS X crashes
author
Bart Polot
<bart@net.in.tum.de>
Wed, 30 Nov 2011 10:32:31 +0000
(10:32 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Wed, 30 Nov 2011 10:32:31 +0000
(10:32 +0000)
src/mesh/test_mesh_tree_api.c
patch
|
blob
|
history
diff --git
a/src/mesh/test_mesh_tree_api.c
b/src/mesh/test_mesh_tree_api.c
index 60e31bddeb76b5d48878996a9e6e9e41f27897b9..1d43135e4ff058b8eaa95785accd32778faad644 100644
(file)
--- a/
src/mesh/test_mesh_tree_api.c
+++ b/
src/mesh/test_mesh_tree_api.c
@@
-170,7
+170,7
@@
main (int argc, char *argv[])
}
tree = tree_new (1);
tree->me = tree->root;
- path = path_new (
4
);
+ path = path_new (
5
);
path->peers[0] = 1;
path->peers[1] = 2;
path->peers[2] = 3;