Skip to content

Commit

Permalink
fix wrong named var name in Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
icing committed Sep 19, 2023
1 parent 06caa80 commit fcdca9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_http2/h2_c2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fcdca9e

Please sign in to comment.