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;