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 9d8efe3f8..ef935da0d 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -58,7 +58,7 @@ my_cb (void *cls,
58 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 58 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
59 "Daemon `%s' started, will now stop it.\n", GNUNET_i2s (id)); 59 "Daemon `%s' started, will now stop it.\n", GNUNET_i2s (id));
60#endif 60#endif
61 GNUNET_TESTING_daemon_stop (d, TIMEOUT, &end_cb, NULL, GNUNET_YES); 61 GNUNET_TESTING_daemon_stop (d, TIMEOUT, &end_cb, NULL, GNUNET_YES, GNUNET_NO);
62} 62}
63 63
64 64