diff options
Diffstat (limited to '')
-rw-r--r-- | modules/http2/h2_c2.c | 2 |
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; |