From: Nick Kew Date: Wed, 28 May 2008 21:24:04 +0000 (+0000) Subject: Fix error in order in r661087 X-Git-Tag: 2.2.9~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d6e8001762e2971af841e74ed435dfe9b07b44b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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