summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/quic_multistream_test.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c
index b401e78e32..2ad4ef292e 100644
--- a/test/quic_multistream_test.c
+++ b/test/quic_multistream_test.c
@@ -746,10 +746,8 @@ static int helper_init(struct helper *h, int free_order, int blocking,
BIO_set_data(h->s_qtf_wbio, h->qtf);
}
- if (!need_injector)
- h->s_net_bio_own = NULL;
-
- h->s_qtf_wbio_own = NULL;
+ h->s_net_bio_own = NULL;
+ h->s_qtf_wbio_own = NULL;
h->c_fd = BIO_socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP, 0);
if (!TEST_int_ge(h->c_fd, 0))