From f8c3e85ee4a8faf2d0ccdf4731dc52cd1733d859 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 22 Dec 2009 01:21:10 +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 e4a5822cb0..385e1c90d4 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.2