diff options
-rw-r--r-- | src/mesh/test_mesh_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_api.c b/src/mesh/test_mesh_api.c index 43505d7731..c2944911fa 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)) |