]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove initializer of non-existing tproxy_version field
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 16 Sep 2009 00:11:42 +0000 (02:11 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 16 Sep 2009 00:11:42 +0000 (02:11 +0200)
src/ip/IpIntercept.h

index ae46a4b2ec3f533c90b8af7785bfca00912c0a1f..541e9c600c5321f2e381f1a0a34b060df987d708 100644 (file)
@@ -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 */