aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_topology.c3
-rw-r--r--src/testing/testing.c4
2 files changed, 3 insertions, 4 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 7f5411fc4..4c7fc01ba 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -392,8 +392,7 @@ setup_handlers ()
392 temp_daemon->cfg, 392 temp_daemon->cfg,
393 TIMEOUT, 393 TIMEOUT,
394 new_connection, 394 new_connection,
395 &init_notify, 395 &init_notify,
396 NULL,
397 NULL, 396 NULL,
398 NULL, 397 NULL,
399 NULL, 398 NULL,
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 2b9b560fa..eae5076e0 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -265,7 +265,7 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
265 ARM_START_WAIT, 265 ARM_START_WAIT,
266 d, 266 d,
267 &testing_init, 267 &testing_init,
268 NULL, NULL, NULL, 268 NULL, NULL,
269 NULL, GNUNET_NO, 269 NULL, GNUNET_NO,
270 NULL, GNUNET_NO, no_handlers); 270 NULL, GNUNET_NO, no_handlers);
271 break; 271 break;
@@ -904,7 +904,7 @@ GNUNET_TESTING_daemons_connect (struct GNUNET_TESTING_Daemon *d1,
904 timeout, 904 timeout,
905 ctx, 905 ctx,
906 NULL, 906 NULL,
907 NULL, &connect_notify, NULL, 907 &connect_notify, NULL,
908 NULL, GNUNET_NO, 908 NULL, GNUNET_NO,
909 NULL, GNUNET_NO, no_handlers); 909 NULL, GNUNET_NO, no_handlers);
910 if (ctx->d1core == NULL) 910 if (ctx->d1core == NULL)