projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb9f99f
)
- initialize return variable
author
Bart Polot
<bart@net.in.tum.de>
Mon, 25 Jun 2012 12:55:31 +0000
(12:55 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Mon, 25 Jun 2012 12:55:31 +0000
(12:55 +0000)
src/mesh/test_mesh_local_2.c
patch
|
blob
|
history
diff --git
a/src/mesh/test_mesh_local_2.c
b/src/mesh/test_mesh_local_2.c
index 75e5bf22985d8824947253178c605d8e497a5a18..f80f1f99e8b0a3660a5f11d66f6d5e969388c8cc 100644
(file)
--- 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;