]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added log_addr to icpStateData, don't mask the address in comm_accept()
authorwessels <>
Fri, 19 Jul 1996 23:37:39 +0000 (23:37 +0000)
committerwessels <>
Fri, 19 Jul 1996 23:37:39 +0000 (23:37 +0000)
src/comm.cc

index cb4ec676bcafc5b1ca207958136a1d6635ebdaa7..d2a09d2cc4f01ed0b7e25bcb39ee9ab9478f987a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.39 1996/07/18 20:25:17 wessels Exp $
+ * $Id: comm.cc,v 1.40 1996/07/19 17:37:39 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -428,7 +428,6 @@ int comm_accept(fd, peer, me)
        }
     }
 
-    P.sin_addr.s_addr &= getClientNetmask().s_addr;
     if (peer)
        *peer = P;