aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_reconnect.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-04 21:15:13 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-04 21:15:13 +0000
commitc09e07b428d1d4692b5ad2f51dd77ea3adc13c47 (patch)
tree5ea802a1970c08a24621f8e276b03262f518d7e2 /src/testing/test_testing_reconnect.c
parent91eef1148b08f8ce01e4992131053200909dea49 (diff)
downloadgnunet-c09e07b428d1d4692b5ad2f51dd77ea3adc13c47.tar.gz
gnunet-c09e07b428d1d4692b5ad2f51dd77ea3adc13c47.zip
use load, not parse
Diffstat (limited to 'src/testing/test_testing_reconnect.c')
-rw-r--r--src/testing/test_testing_reconnect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_testing_reconnect.c b/src/testing/test_testing_reconnect.c
index d12e29e78..433b02794 100644
--- a/src/testing/test_testing_reconnect.c
+++ b/src/testing/test_testing_reconnect.c
@@ -176,9 +176,9 @@ run (void *cls, char *const *args, const char *cfgfile,
176 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n"); 176 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n");
177#endif 177#endif
178 c1 = GNUNET_CONFIGURATION_create (); 178 c1 = GNUNET_CONFIGURATION_create ();
179 GNUNET_CONFIGURATION_parse (c1, "test_testing_connect_peer1.conf"); 179 GNUNET_CONFIGURATION_load (c1, "test_testing_connect_peer1.conf");
180 c2 = GNUNET_CONFIGURATION_create (); 180 c2 = GNUNET_CONFIGURATION_create ();
181 GNUNET_CONFIGURATION_parse (c2, "test_testing_connect_peer2.conf"); 181 GNUNET_CONFIGURATION_load (c2, "test_testing_connect_peer2.conf");
182 run_phase (); 182 run_phase ();
183} 183}
184 184