From 7095eee6fff898c375acd69ebaff0bf07e9fe244 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 10 Aug 2019 15:46:45 +0000 Subject: [PATCH] Revert r1864878. This breaks compilation because of a use defore definition. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1864879 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/httpd.h b/include/httpd.h index ef5c934471..1c6a242a89 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1229,7 +1229,7 @@ struct conn_rec { struct ap_filter_conn_ctx *filter_conn_ctx; /** The minimum level of filter type to allow setaside buckets */ - ap_filter_type async_filter; + int async_filter; }; struct conn_slave_rec { -- 2.40.0