]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC MSST: Fix test on macOS
authorHugo Landau <hlandau@openssl.org>
Tue, 2 May 2023 14:23:15 +0000 (15:23 +0100)
committerHugo Landau <hlandau@openssl.org>
Fri, 12 May 2023 13:47:15 +0000 (14:47 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20765)

test/quic_multistream_test.c

index 1891779f890aa832a8e77b45f6ced2d2dba831d7..8cfc56e25364910bae6a295b727e4a56a63c92ee 100644 (file)
@@ -486,6 +486,7 @@ static int run_script(const struct script_op *script, int free_order)
                 ++op_idx;
 
             first           = 0;
+            offset          = 0;
             op_start_time   = ossl_time_now();
             op_deadline     = ossl_time_add(op_start_time, ossl_ms2time(2000));
         }