From: Henrik Nordstrom Date: Wed, 16 Sep 2009 00:11:42 +0000 (+0200) Subject: Remove initializer of non-existing tproxy_version field X-Git-Tag: SQUID_3_2_0_1~717 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=654c0f211b1449505db34c73312ab305d823e3d2;p=thirdparty%2Fsquid.git Remove initializer of non-existing tproxy_version field --- diff --git a/src/ip/IpIntercept.h b/src/ip/IpIntercept.h index ae46a4b2ec..541e9c600c 100644 --- a/src/ip/IpIntercept.h +++ b/src/ip/IpIntercept.h @@ -23,7 +23,7 @@ class IpAddress; class IpIntercept { public: - IpIntercept() : transparent_active(0), intercept_active(0), last_reported(0), tproxy_version(TPROXY_UNKNOWN) {}; + IpIntercept() : transparent_active(0), intercept_active(0), last_reported(0) {}; ~IpIntercept() {}; /** Perform NAT lookups */