From 850f1a5d42ffd1c6710e3909a82277028334a4db Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Tue, 19 Sep 2023 19:30:30 +0000 Subject: [PATCH] *) mod_http2: fixed a compile time issue for Windows builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912415 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_c2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;