aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing.c
diff options
context:
space:
mode:
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 dcfb7be43..519ccc31f 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -74,7 +74,7 @@ run (void *cls,
74#if VERBOSE 74#if VERBOSE
75 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n"); 75 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n");
76#endif 76#endif
77 d = GNUNET_TESTING_daemon_start (sched, cfg, TIMEOUT, NULL, NULL, NULL, &my_cb, NULL); 77 d = GNUNET_TESTING_daemon_start (sched, cfg, TIMEOUT, NULL, NULL, 0, NULL, NULL, &my_cb, NULL);
78 GNUNET_assert (d != NULL); 78 GNUNET_assert (d != NULL);
79} 79}
80 80