summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_c2.c
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-09-19 21:30:30 +0200
committerStefan Eissing <icing@apache.org>2023-09-19 21:30:30 +0200
commit850f1a5d42ffd1c6710e3909a82277028334a4db (patch)
tree6ea5162c889778bfe5c967e1101a3daf5c61384f /modules/http2/h2_c2.c
parent * mod_http2: fixed a bug in handling of stream timeouts. (diff)
downloadapache2-850f1a5d42ffd1c6710e3909a82277028334a4db.tar.xz
apache2-850f1a5d42ffd1c6710e3909a82277028334a4db.zip
*) 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
Diffstat (limited to '')
-rw-r--r--modules/http2/h2_c2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_c2.c b/modules/http2/h2_c2.c
index 13567eb4f7..a955200944 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;