aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 3ccb445e4..d12892fcc 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -513,7 +513,7 @@ start_fsm (void *cls,
513 ARM_START_WAIT, 513 ARM_START_WAIT,
514 d, 514 d,
515 &testing_init, 515 &testing_init,
516 NULL, NULL, 516 NULL, NULL, NULL,
517 NULL, GNUNET_NO, 517 NULL, GNUNET_NO,
518 NULL, GNUNET_NO, no_handlers); 518 NULL, GNUNET_NO, no_handlers);
519 break; 519 break;
@@ -1380,7 +1380,7 @@ GNUNET_TESTING_daemons_connect (struct GNUNET_TESTING_Daemon *d1,
1380 timeout, 1380 timeout,
1381 ctx, 1381 ctx,
1382 NULL, 1382 NULL,
1383 &connect_notify, NULL, 1383 &connect_notify, NULL, NULL,
1384 NULL, GNUNET_NO, 1384 NULL, GNUNET_NO,
1385 NULL, GNUNET_NO, no_handlers); 1385 NULL, GNUNET_NO, no_handlers);
1386 if (ctx->d1core == NULL) 1386 if (ctx->d1core == NULL)
@@ -1442,7 +1442,7 @@ reattempt_daemons_connect (void *cls, const struct GNUNET_SCHEDULER_TaskContext
1442 GNUNET_TIME_absolute_get_remaining(ctx->timeout), 1442 GNUNET_TIME_absolute_get_remaining(ctx->timeout),
1443 ctx, 1443 ctx,
1444 NULL, 1444 NULL,
1445 &connect_notify, NULL, 1445 &connect_notify, NULL, NULL,
1446 NULL, GNUNET_NO, 1446 NULL, GNUNET_NO,
1447 NULL, GNUNET_NO, no_handlers); 1447 NULL, GNUNET_NO, no_handlers);
1448 if (ctx->d1core == NULL) 1448 if (ctx->d1core == NULL)