diff --git a/mod_http2/h2_c2.c b/mod_http2/h2_c2.c index 13567eb4..a9552009 100644 --- a/mod_http2/h2_c2.c +++ b/mod_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;