]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typos in intercept
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Mar 2009 22:53:57 +0000 (10:53 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Mar 2009 22:53:57 +0000 (10:53 +1200)
src/ip/IpIntercept.cc
src/ip/IpIntercept.h

index 39d8787bf632f4651d327144b53969cdc063340e..b4a352efc4ccf83d6cef512b74c23f74c2dfafc4 100644 (file)
@@ -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;
 }
index dc5b8bbe6207185d62fc405ea8ecb57a644a9729..23782f8439cd55fa5527500476ee40ff783931b8 100644 (file)
@@ -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;