]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix SetTproxy2OutgoingAddr definition error
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 13 Jan 2010 04:23:23 +0000 (17:23 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 13 Jan 2010 04:23:23 +0000 (17:23 +1300)
src/ip/IpIntercept.cc

index e54eb08143db56f2b58e8e89aae7f2495154330d..35206a6276fd8324c8fda486341ce28c6d66b061 100644 (file)
@@ -407,6 +407,7 @@ IpIntercept::NatLookup(int fd, const IpAddress &me, const IpAddress &peer, IpAdd
 }
 
 #if LINUX_TPROXY2
+int
 IpIntercept::SetTproxy2OutgoingAddr(int fd, const IpAddress &src)
 {
     IpAddress addr;