aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-16 17:00:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-16 17:00:29 +0000
commit28d0b42922a88e6fa11f39087393446dae14f13b (patch)
treecc4fe556d66e0c4c9552523a46058b73b00e67c8 /src/mesh/test_mesh_small.c
parentb299dbba72905f0d4e2def25d59784cdf80641f0 (diff)
downloadgnunet-28d0b42922a88e6fa11f39087393446dae14f13b.tar.gz
gnunet-28d0b42922a88e6fa11f39087393446dae14f13b.zip
c3238
Diffstat (limited to 'src/mesh/test_mesh_small.c')
-rw-r--r--src/mesh/test_mesh_small.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index 2cd74d6ef..ab78278a8 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -581,7 +581,8 @@ run (void *cls, char *const *args, const char *cfgfile,
581 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing", 581 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing",
582 "num_peers", &num_peers)) 582 "num_peers", &num_peers))
583 { 583 {
584 GNUNET_CONFIGURATION_load (testing_cfg, "test_mesh_small.conf"); 584 GNUNET_assert (GNUNET_OK ==
585 GNUNET_CONFIGURATION_load (testing_cfg, "test_mesh_small.conf"));
585 if (GNUNET_OK != 586 if (GNUNET_OK !=
586 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing", 587 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing",
587 "num_peers", &num_peers)) 588 "num_peers", &num_peers))