From e4e3a87ad66578a881aaec6081881d70bf938acb Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 24 Mar 2009 10:53:57 +1200 Subject: [PATCH] Typos in intercept --- src/ip/IpIntercept.cc | 2 +- src/ip/IpIntercept.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3