From: Francesco Chemolli Date: Fri, 14 Sep 2012 08:41:53 +0000 (+0200) Subject: Make SquidConfig::followXFF unconditional X-Git-Tag: sourceformat-review-1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4bf2c4afa443a9bb8749d8b7e18e4a2b03d750b;p=thirdparty%2Fsquid.git Make SquidConfig::followXFF unconditional --- diff --git a/src/SquidConfig.h b/src/SquidConfig.h index 747f9d3fb7..cad647411f 100644 --- a/src/SquidConfig.h +++ b/src/SquidConfig.h @@ -383,9 +383,7 @@ public: #if USE_SSL acl_access *ssl_bump; #endif -#if FOLLOW_X_FORWARDED_FOR acl_access *followXFF; -#endif /* FOLLOW_X_FORWARDED_FOR */ #if ICAP_CLIENT acl_access* icap;