]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Minor fix during rebase
authorHugo Landau <hlandau@openssl.org>
Fri, 25 Aug 2023 14:48:57 +0000 (15:48 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 30 Aug 2023 07:28:22 +0000 (08:28 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21815)

util/quicserver.c

index 44d301313eb7c2eea98732e227be3aa4ebd22db9..c25128eaf6c3d12a3e1a6dc51dd4951b0becb09f 100644 (file)
@@ -242,9 +242,6 @@ int main(int argc, char *argv[])
             }
         } while(streamid == UINT64_MAX);
 
-    while (!ossl_quic_tserver_shutdown(qtserv, 0))
-        wait_for_activity(qtserv);
-
         /* Read the request */
         do {
             if (first)