From b0846a9ff19d2cba11b065fc83ac9a0a7cbc689f Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 13 Jan 2010 17:23:23 +1300 Subject: [PATCH] Fix SetTproxy2OutgoingAddr definition error --- src/ip/IpIntercept.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.3