aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.c
diff options
context:
space:
mode:
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 {