From: Stefan Eissing Date: Mon, 16 Oct 2023 06:11:19 +0000 (+0000) Subject: Merge of 1912415 from trunk: X-Git-Tag: 2.4.58-rc1-candidate~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952cc27cad589a82857f2da86d20b75e5fad9504;p=thirdparty%2Fapache%2Fhttpd.git Merge of 1912415 from trunk: mod_http2: fixed a compile time issue on Windows builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1912989 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_c2.c b/modules/http2/h2_c2.c index 13567eb4f79..a9552009442 100644 --- a/modules/http2/h2_c2.c +++ b/modules/http2/h2_c2.c @@ -495,7 +495,7 @@ static apr_status_t http2_get_pollfd_from_conn(conn_rec *c, } #else (void)c; - (void)pdf; + (void)pfd; (void)ptimeout; #endif /* H2_USE_PIPES */ return APR_ENOTIMPL;