From: Amos Jeffries Date: Mon, 23 Mar 2009 22:53:57 +0000 (+1200) Subject: Typos in intercept X-Git-Tag: SQUID_3_2_0_1~1106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4e3a87ad66578a881aaec6081881d70bf938acb;p=thirdparty%2Fsquid.git Typos in intercept --- diff --git a/src/ip/IpIntercept.cc b/src/ip/IpIntercept.cc index 39d8787bf6..b4a352efc4 100644 --- a/src/ip/IpIntercept.cc +++ b/src/ip/IpIntercept.cc @@ -161,7 +161,7 @@ IpIntercept::NetfilterTransparent(int fd, const IpAddress &me, IpAddress &client return 0; } - debugs(89, 9, HERE << "address: me= " << me << ", dst= " << dst); + debugs(89, 9, HERE << "address: (dst)me= " << me << ", client= " << client); #endif return -1; } diff --git a/src/ip/IpIntercept.h b/src/ip/IpIntercept.h index dc5b8bbe62..23782f8439 100644 --- a/src/ip/IpIntercept.h +++ b/src/ip/IpIntercept.h @@ -123,7 +123,7 @@ private: \retval 0 Successfuly located the new address. \retval -1 An error occured during NAT lookups. */ - int PfInterception(int fd, IpAddress &client, IpAddress &client, int silent); + int PfInterception(int fd, IpAddress &client, IpAddress &dst, int silent); int transparent_active;