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 30ad9b13d..7045ee6b1 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -86,7 +86,7 @@ run (void *cls,
86 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n"); 86 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n");
87#endif 87#endif
88 d = 88 d =
89 GNUNET_TESTING_daemon_start (cfg, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL, 89 GNUNET_TESTING_daemon_start (cfg, TIMEOUT, GNUNET_NO, NULL, NULL, 0, NULL, NULL, NULL,
90 &my_cb, NULL); 90 &my_cb, NULL);
91 GNUNET_assert (d != NULL); 91 GNUNET_assert (d != NULL);
92} 92}