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

index 75e5bf22985d8824947253178c605d8e497a5a18..f80f1f99e8b0a3660a5f11d66f6d5e969388c8cc 100644 (file)
@@ -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;