]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix SetTproxy2OutgoingAddr definition error
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 21 Dec 2009 12:21:10 +0000 (01:21 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 21 Dec 2009 12:21:10 +0000 (01:21 +1300)
src/ip/IpIntercept.cc

index e4a5822cb033c4b0b7507d261b39c868081d9296..385e1c90d442ff4fb67ae787485bece60f386078 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;