From 01e6684dcf19d15a72cc71b69f490201f377b361 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 25 Jun 2012 12:55:31 +0000 Subject: [PATCH] - initialize return variable --- src/mesh/test_mesh_local_2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/test_mesh_local_2.c b/src/mesh/test_mesh_local_2.c index 75e5bf229..f80f1f99e 100644 --- a/src/mesh/test_mesh_local_2.c +++ b/src/mesh/test_mesh_local_2.c @@ -40,7 +40,7 @@ static unsigned int one = 1; static unsigned int two = 2; -static int result; +static int result = GNUNET_OK; static GNUNET_SCHEDULER_TaskIdentifier abort_task; -- 2.25.1