Skip to content

Commit

Permalink
QUIC: Fix incompatible merges causing CI breakage
Browse files Browse the repository at this point in the history
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from #21641)
  • Loading branch information
hlandau authored and beldmit committed Aug 3, 2023
1 parent 2c8d9f1 commit 1e7cc86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/quicapitest.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,9 @@ static int test_back_pressure(void)
int i;

if (!TEST_ptr(cctx)
|| !TEST_true(qtest_create_quic_objects(libctx, cctx, cert, privkey,
0, &qtserv, &clientquic,
NULL))
|| !TEST_true(qtest_create_quic_objects(libctx, cctx, NULL, cert,
privkey, 0, &qtserv,
&clientquic, NULL))
|| !TEST_true(qtest_create_quic_connection(qtserv, clientquic)))
goto err;

Expand Down

0 comments on commit 1e7cc86

Please sign in to comment.