From: Amos Jeffries Date: Wed, 13 Jan 2010 04:23:23 +0000 (+1300) Subject: Fix SetTproxy2OutgoingAddr definition error X-Git-Tag: SQUID_3_1_0_16~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0846a9ff19d2cba11b065fc83ac9a0a7cbc689f;p=thirdparty%2Fsquid.git Fix SetTproxy2OutgoingAddr definition error --- diff --git a/src/ip/IpIntercept.cc b/src/ip/IpIntercept.cc index e54eb08143..35206a6276 100644 --- a/src/ip/IpIntercept.cc +++ b/src/ip/IpIntercept.cc @@ -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;