aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-06-25 12:53:14 +0000
committerBart Polot <bart@net.in.tum.de>2012-06-25 12:53:14 +0000
commitcb9f99f2824edb4775e7e7f40e1fd83aa34717d5 (patch)
tree46813256076e24fa5cbe526dfdb34a0488d3c16c
parente850c12a7b44330ec45ad849edfc60ac7abbad0e (diff)
downloadgnunet-cb9f99f2824edb4775e7e7f40e1fd83aa34717d5.tar.gz
gnunet-cb9f99f2824edb4775e7e7f40e1fd83aa34717d5.zip
- initialize return variable
-rw-r--r--src/mesh/test_mesh_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_api.c b/src/mesh/test_mesh_api.c
index 43505d773..c2944911f 100644
--- a/src/mesh/test_mesh_api.c
+++ b/src/mesh/test_mesh_api.c
@@ -126,6 +126,7 @@ run (void *cls,
126int 126int
127main (int argc, char *argv[]) 127main (int argc, char *argv[])
128{ 128{
129 result = GNUNET_OK;
129 if (0 != GNUNET_TESTING_peer_run ("test-mesh-api", 130 if (0 != GNUNET_TESTING_peer_run ("test-mesh-api",
130 "test_mesh.conf", 131 "test_mesh.conf",
131 &run, NULL)) 132 &run, NULL))