aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-01-21 15:19:25 +0000
committerNathan S. Evans <evans@in.tum.de>2011-01-21 15:19:25 +0000
commit26e893cb7ce6050354c44d32430d5be2df13f6a7 (patch)
treee3520ffd536e70d79bc6dfebbbf10eacedd5100e /src/testing/test_testing.c
parentf4adff7c3c9e58d88d84dbc933c826cb85f2aebe (diff)
downloadgnunet-26e893cb7ce6050354c44d32430d5be2df13f6a7.tar.gz
gnunet-26e893cb7ce6050354c44d32430d5be2df13f6a7.zip
enable reading of hostkeys from a file for testing, also loading of topology from topology file
Diffstat (limited to 'src/testing/test_testing.c')
-rw-r--r--src/testing/test_testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c
index 64bf7572a..880ecb399 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -76,7 +76,7 @@ run (void *cls,
76 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n"); 76 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n");
77#endif 77#endif
78 d = 78 d =
79 GNUNET_TESTING_daemon_start (cfg, TIMEOUT, NULL, NULL, 0, NULL, NULL, 79 GNUNET_TESTING_daemon_start (cfg, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL,
80 &my_cb, NULL); 80 &my_cb, NULL);
81 GNUNET_assert (d != NULL); 81 GNUNET_assert (d != NULL);
82} 82}