aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_topo.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_topo.c
parent83cf919fdf0ebf444a7b8784b7967cdccc81723a (diff)
downloadgnunet-bb785c0ae604983a83dc7983060afcc73b1992c0.tar.gz
gnunet-bb785c0ae604983a83dc7983060afcc73b1992c0.zip
-fix configs
Diffstat (limited to 'src/dht/test_dht_topo.c')
-rw-r--r--src/dht/test_dht_topo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index f51f3a663..64918fe26 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -483,10 +483,10 @@ run (void *cls, char *const *args, const char *cfgfile,
483 "WARNING", 483 "WARNING",
484 NULL); 484 NULL);
485 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemons.\n"); 485 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemons.\n");
486 GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing", 486 GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing_old",
487 "use_progressbars", "YES"); 487 "use_progressbars", "YES");
488 if (GNUNET_OK != 488 if (GNUNET_OK !=
489 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing", 489 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing_old",
490 "num_peers", &num_peers)) 490 "num_peers", &num_peers))
491 { 491 {
492 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 492 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -495,7 +495,7 @@ run (void *cls, char *const *args, const char *cfgfile,
495 } 495 }
496 496
497 if (GNUNET_OK != 497 if (GNUNET_OK !=
498 GNUNET_CONFIGURATION_get_value_string (testing_cfg, "testing", 498 GNUNET_CONFIGURATION_get_value_string (testing_cfg, "testing_old",
499 "topology_output_file", 499 "topology_output_file",
500 &topology_file)) 500 &topology_file))
501 { 501 {