From: hno <> Date: Thu, 11 Oct 2001 19:12:57 +0000 (+0000) Subject: tosaddracl messed up one of the comments X-Git-Tag: SQUID_3_0_PRE1~1366 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73965ef70ad2f30cb6b694274a99bf3b46af3be3;p=thirdparty%2Fsquid.git tosaddracl messed up one of the comments --- diff --git a/src/acl.cc b/src/acl.cc index 47b9c34b4d..3237239851 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,6 +1,6 @@ /* - * $Id: acl.cc,v 1.260 2001/10/10 15:17:38 adrian Exp $ + * $Id: acl.cc,v 1.261 2001/10/11 13:12:57 hno Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -2204,13 +2204,13 @@ aclHostDomainCompare(const void *a, const void *b) /* compare two network specs * - * * NOTE: this is very similar to aclIpNetworkCompare and it's not yet - * * clear whether this OK. The problem could be with when a network - * * is a subset of the other networks: - * * - * * 128.1.2.0/255.255.255.128 == 128.1.2.0/255.255.255.0 ? - * * - * * Currently only the first address of the first network is used. + * NOTE: this is very similar to aclIpNetworkCompare and it's not yet + * clear whether this OK. The problem could be with when a network + * is a subset of the other networks: + * + * 128.1.2.0/255.255.255.128 == 128.1.2.0/255.255.255.0 ? + * + * Currently only the first address of the first network is used. */ /* compare an address and a network spec */