From: wessels <> Date: Fri, 19 Jul 1996 23:37:39 +0000 (+0000) Subject: Added log_addr to icpStateData, don't mask the address in comm_accept() X-Git-Tag: SQUID_3_0_PRE1~6024 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2227d522e2f26632f849ffbb4ee51abb9cd0680b;p=thirdparty%2Fsquid.git Added log_addr to icpStateData, don't mask the address in comm_accept() --- diff --git a/src/comm.cc b/src/comm.cc index cb4ec676bc..d2a09d2cc4 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -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;