aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/test_mesh_small.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index 978590706..20b5c2717 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -515,8 +515,6 @@ data_callback (void *cls, struct GNUNET_MESH_Channel *channel,
515} 515}
516 516
517 517
518
519
520/** 518/**
521 * Stats callback. Finish the stats testbed operation and when all stats have 519 * Stats callback. Finish the stats testbed operation and when all stats have
522 * been iterated, shutdown the test. 520 * been iterated, shutdown the test.
@@ -835,7 +833,7 @@ int
835main (int argc, char *argv[]) 833main (int argc, char *argv[])
836{ 834{
837 initialized = GNUNET_NO; 835 initialized = GNUNET_NO;
838 uint32_t ports[2]; 836 static uint32_t ports[2];
839 const char *config_file; 837 const char *config_file;
840 838
841 GNUNET_log_setup ("test", "DEBUG", NULL); 839 GNUNET_log_setup ("test", "DEBUG", NULL);