]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge of 1912415 from trunk:
authorStefan Eissing <icing@apache.org>
Mon, 16 Oct 2023 06:11:19 +0000 (06:11 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 16 Oct 2023 06:11:19 +0000 (06:11 +0000)
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

modules/http2/h2_c2.c

index 13567eb4f79da5346d7e9d169ef4277acb4d1e69..a955200944214de8f4bbead817b9e15cb66c9bcc 100644 (file)
@@ -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;