From: Bart Polot Date: Mon, 25 Jun 2012 12:55:31 +0000 (+0000) Subject: - initialize return variable X-Git-Tag: initial-import-from-subversion-38251~12826 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=01e6684dcf19d15a72cc71b69f490201f377b361;p=oweals%2Fgnunet.git - initialize return variable --- 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;