summaryrefslogtreecommitdiff
path: root/test/quic_txp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/quic_txp_test.c')
-rw-r--r--test/quic_txp_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/quic_txp_test.c b/test/quic_txp_test.c
index dd85bb5692..dca8c71398 100644
--- a/test/quic_txp_test.c
+++ b/test/quic_txp_test.c
@@ -174,7 +174,9 @@ static int helper_init(struct helper *h)
h->cc_data)))
goto err;
- if (!TEST_true(ossl_quic_stream_map_init(&h->qsm, NULL, NULL)))
+ if (!TEST_true(ossl_quic_stream_map_init(&h->qsm, NULL, NULL,
+ &h->max_streams_bidi_rxfc,
+ &h->max_streams_uni_rxfc)))
goto err;
h->have_qsm = 1;