From 73965ef70ad2f30cb6b694274a99bf3b46af3be3 Mon Sep 17 00:00:00 2001 From: hno <> Date: Thu, 11 Oct 2001 19:12:57 +0000 Subject: [PATCH] tosaddracl messed up one of the comments --- src/acl.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 */ -- 2.47.2