From: Bart Polot Date: Mon, 25 Jun 2012 12:53:14 +0000 (+0000) Subject: - initialize return variable X-Git-Tag: initial-import-from-subversion-38251~12827 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cb9f99f2824edb4775e7e7f40e1fd83aa34717d5;p=oweals%2Fgnunet.git - initialize return variable --- 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, int main (int argc, char *argv[]) { + result = GNUNET_OK; if (0 != GNUNET_TESTING_peer_run ("test-mesh-api", "test_mesh.conf", &run, NULL))