]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
More XFF unhiding.i
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 14 Sep 2012 09:55:21 +0000 (11:55 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 14 Sep 2012 09:55:21 +0000 (11:55 +0200)
src/HttpRequest.h

index 40005752a58e33b7ad851babd4283074f248f613..832901dd95de4bfa7262b3932278ebce7f7baa44 100644 (file)
@@ -173,9 +173,7 @@ public:
 
     Ip::Address client_addr;
 
-#if FOLLOW_X_FORWARDED_FOR
     Ip::Address indirect_client_addr;
-#endif /* FOLLOW_X_FORWARDED_FOR */
 
     Ip::Address my_addr;