- initialize return variable
authorBart Polot <bart@net.in.tum.de>
Mon, 25 Jun 2012 12:53:14 +0000 (12:53 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 25 Jun 2012 12:53:14 +0000 (12:53 +0000)
src/mesh/test_mesh_api.c

index 43505d773143f53f703027746fefff99d90634c4..c2944911faf95be733e4762ab93f374fa02da928 100644 (file)
@@ -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))