aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_servicestartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_servicestartup.c')
-rw-r--r--src/testing/test_testing_servicestartup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/test_testing_servicestartup.c b/src/testing/test_testing_servicestartup.c
index 236e84789..0a69892b6 100644
--- a/src/testing/test_testing_servicestartup.c
+++ b/src/testing/test_testing_servicestartup.c
@@ -45,7 +45,8 @@ static int test_success;
45 * @param cfg the configuration with which the current testing service is run 45 * @param cfg the configuration with which the current testing service is run
46 */ 46 */
47static void 47static void
48test_run (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg) 48test_run (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg,
49 struct GNUNET_TESTING_Peer *peer)
49{ 50{
50 GNUNET_assert (NULL == cls); 51 GNUNET_assert (NULL == cls);
51 GNUNET_assert (NULL != cfg); 52 GNUNET_assert (NULL != cfg);