summaryrefslogtreecommitdiff
path: root/src/testing/test_testing.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-14 18:30:08 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-14 18:30:08 +0000
commit86559fb594b8a9c9c99575d4915caa4937b14311 (patch)
tree6d552e9ccb4e2dec941af45132147220d92d2af6 /src/testing/test_testing.c
parent2ebe944c1ef77807610668fefd716e2adf9a2e9a (diff)
code not to be used by anyone, ever
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,
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n");
#endif
d =
- GNUNET_TESTING_daemon_start (cfg, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL,
+ GNUNET_TESTING_daemon_start (cfg, TIMEOUT, GNUNET_NO, NULL, NULL, 0, NULL, NULL, NULL,
&my_cb, NULL);
GNUNET_assert (d != NULL);
}