]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Made more follow_xff members visible
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 14 Sep 2012 10:54:03 +0000 (12:54 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 14 Sep 2012 10:54:03 +0000 (12:54 +0200)
src/HttpRequest.h

index 832901dd95de4bfa7262b3932278ebce7f7baa44..49c523031c0a3c84c7939bcdf18ad4276d21e9df 100644 (file)
@@ -206,9 +206,7 @@ public:
 
     String extacl_message;     /* String to be used for error page purposes */
 
-#if FOLLOW_X_FORWARDED_FOR
     String x_forwarded_for_iterator; /* XXX a list of IP addresses */
-#endif /* FOLLOW_X_FORWARDED_FOR */
 
 public:
     bool multipartRangeRequest() const;