From a4bf2c4afa443a9bb8749d8b7e18e4a2b03d750b Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Fri, 14 Sep 2012 10:41:53 +0200 Subject: [PATCH] Make SquidConfig::followXFF unconditional --- src/SquidConfig.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.47.3