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:
e850c12
)
- initialize return variable
author
Bart Polot
<bart@net.in.tum.de>
Mon, 25 Jun 2012 12:53:14 +0000
(12:53 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Mon, 25 Jun 2012 12:53:14 +0000
(12:53 +0000)
src/mesh/test_mesh_api.c
patch
|
blob
|
history
diff --git
a/src/mesh/test_mesh_api.c
b/src/mesh/test_mesh_api.c
index 43505d773143f53f703027746fefff99d90634c4..c2944911faf95be733e4762ab93f374fa02da928 100644
(file)
--- a/
src/mesh/test_mesh_api.c
+++ b/
src/mesh/test_mesh_api.c
@@
-126,6
+126,7
@@
run (void *cls,
int
main (int argc, char *argv[])
{
+ result = GNUNET_OK;
if (0 != GNUNET_TESTING_peer_run ("test-mesh-api",
"test_mesh.conf",
&run, NULL))