aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 18:30:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 18:30:21 +0000
commitbb785c0ae604983a83dc7983060afcc73b1992c0 (patch)
tree3d327954abd56ee0f866947bbb83e464c9230343 /src/dht/test_dht_monitor.c
parent83cf919fdf0ebf444a7b8784b7967cdccc81723a (diff)
downloadgnunet-bb785c0ae604983a83dc7983060afcc73b1992c0.tar.gz
gnunet-bb785c0ae604983a83dc7983060afcc73b1992c0.zip
-fix configs
Diffstat (limited to 'src/dht/test_dht_monitor.c')
-rw-r--r--src/dht/test_dht_monitor.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c
index ca6704a09..31c5e7bc4 100644
--- a/src/dht/test_dht_monitor.c
+++ b/src/dht/test_dht_monitor.c
@@ -553,10 +553,10 @@ run (void *cls, char *const *args, const char *cfgfile,
553 NULL); 553 NULL);
554 554
555 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: Starting daemons.\n"); 555 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: Starting daemons.\n");
556 GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing", 556 GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing_old",
557 "use_progressbars", "YES"); 557 "use_progressbars", "YES");
558 if (GNUNET_OK != 558 if (GNUNET_OK !=
559 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing", 559 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing_old",
560 "num_peers", &num_peers)) 560 "num_peers", &num_peers))
561 { 561 {
562 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 562 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -564,8 +564,7 @@ run (void *cls, char *const *args, const char *cfgfile,
564 return; 564 return;
565 } 565 }
566 566
567 if (GNUNET_OK != 567 if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (testing_cfg, "testing_old",
568 GNUNET_CONFIGURATION_get_value_string (testing_cfg, "testing",
569 "topology_output_file", 568 "topology_output_file",
570 &topology_file)) 569 &topology_file))
571 { 570 {