From 3d77e0dfbdca29c261506493011b637ef2cd791f Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 14 Sep 2010 08:45:05 +0000 Subject: some testing changes, features added --- src/testing/test_testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing/test_testing.c') diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c index dcfb7be43..519ccc31f 100644 --- a/src/testing/test_testing.c +++ b/src/testing/test_testing.c @@ -74,7 +74,7 @@ run (void *cls, #if VERBOSE GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n"); #endif - d = GNUNET_TESTING_daemon_start (sched, cfg, TIMEOUT, NULL, NULL, NULL, &my_cb, NULL); + d = GNUNET_TESTING_daemon_start (sched, cfg, TIMEOUT, NULL, NULL, 0, NULL, NULL, &my_cb, NULL); GNUNET_assert (d != NULL); } -- cgit v1.2.3