From 2227d522e2f26632f849ffbb4ee51abb9cd0680b Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 19 Jul 1996 23:37:39 +0000 Subject: [PATCH] Added log_addr to icpStateData, don't mask the address in comm_accept() --- src/comm.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.47.3