aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/testing_group.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index da67e98e9..0f9b9534a 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -5611,7 +5611,8 @@ check_peers_started (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
5611 { 5611 {
5612 cb = helper->pg->peers[i].daemon->cb; 5612 cb = helper->pg->peers[i].daemon->cb;
5613 helper->pg->peers[i].daemon->cb = NULL; 5613 helper->pg->peers[i].daemon->cb = NULL;
5614 5614 helper->pg->peers[i].daemon->running = GNUNET_YES;
5615 helper->pg->peers[i].daemon->phase = SP_START_DONE;
5615 if (NULL != cb) 5616 if (NULL != cb)
5616 { 5617 {
5617 if ((type != GNUNET_OS_PROCESS_EXITED) || (code != 0)) 5618 if ((type != GNUNET_OS_PROCESS_EXITED) || (code != 0))