]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix build error in IpfInterception()
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 Mar 2009 07:13:39 +0000 (20:13 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 Mar 2009 07:13:39 +0000 (20:13 +1300)
configure.in
src/ip/IpIntercept.cc
src/ip/IpIntercept.h

index 61eb6367ac09e39220d2d7a37a80bf1c13c87414..fdee3f5457423f0dfda4036c99f93b4e2d8e691d 100644 (file)
@@ -1,4 +1,3 @@
-
 dnl  Configuration input file for Squid
 dnl
 dnl  $Id$
index 8f6365e435f0713d07d9420669f8a76528d787d0..2d8134cfa4dd253e489b858527d0b34dee503d0f 100644 (file)
@@ -198,7 +198,7 @@ IpIntercept::IpfwInterception(int fd, const IpAddress &me, IpAddress &dst, int s
 }
 
 int
-IpIntercept::IpfInterception(int fd, const IpAddress &me, IpAddress &dst, int silent)
+IpIntercept::IpfInterception(int fd, IpAddress &me, IpAddress &dst, int silent)
 {
 #if IPF_TRANSPARENT  /* --enable-ipf-transparent */
 
index 23782f8439cd55fa5527500476ee40ff783931b8..09caecf3a93b7212f8138e56ca1e027b7b418b2e 100644 (file)
@@ -114,7 +114,7 @@ private:
      \retval 0     Successfuly located the new address.
      \retval -1    An error occured during NAT lookups.
      */
-    int IpfInterception(int fd, const IpAddress &me, IpAddress &client, int silent);
+    int IpfInterception(int fd, IpAddress &me, IpAddress &client, int silent);
 
     /**
      * perform Lookups on PF interception.