Skip to content

Commit

Permalink
fixup! Add ability to listen for handshake messages to the multi-stre…
Browse files Browse the repository at this point in the history
…am test
  • Loading branch information
mattcaswell committed Aug 10, 2023
1 parent bf93071 commit bd68662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/quic_multistream_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bd68662

Please sign in to comment.