From 1d6e8001762e2971af841e74ed435dfe9b07b44b Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Wed, 28 May 2008 21:24:04 +0000 Subject: [PATCH] Fix error in order in r661087 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@661092 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index 7a27a95c173..fdb48bf33fc 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -213,8 +213,8 @@ typedef struct { apr_array_header_t* cookie_domains; const apr_strmatch_pattern* cookie_path_str; const apr_strmatch_pattern* cookie_domain_str; - int interpolate_env; const char *ftp_directory_charset; + int interpolate_env; } proxy_dir_conf; /* if we interpolate env vars per-request, we'll need a per-request -- 2.47.2