From bd686621fd62b01802aac24d3d47c8b48b8a1415 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 8 Aug 2023 14:24:43 +0100 Subject: [PATCH] fixup! Add ability to listen for handshake messages to the multi-stream test --- test/quic_multistream_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c index a112c0b1f617de..b9f68744f91627 100644 --- a/test/quic_multistream_test.c +++ b/test/quic_multistream_test.c @@ -1552,9 +1552,9 @@ static int run_script_worker(struct helper *h, const struct script_op *script, h->qtf_handshake_cb = op->qtf_handshake_cb; if (!TEST_true(qtest_fault_set_handshake_listener(h->qtf, - h->qtf_handshake_cb != NULL ? - helper_handshake_listener : NULL, - h))) + h->qtf_handshake_cb != NULL ? + helper_handshake_listener : NULL, + h))) goto out; break;