update copyright notice

This commit is contained in:
Automatic Updater
2008-01-21 23:46:56 +00:00
parent 2775a809a5
commit 140a27777d
3 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: acl.c,v 1.41 2008/01/21 20:38:54 each Exp $ */
/* $Id: acl.c,v 1.42 2008/01/21 23:46:56 tbox Exp $ */
/*! \file */
@@ -492,13 +492,13 @@ is_insecure(isc_prefix_t *prefix, void **data) {
/* Bitlen 0 means "any" or "none", which is always treated as IPv4 */
bitlen = prefix->bitlen;
family = bitlen ? prefix->family : AF_INET;
/* Negated entries are always secure. */
secure = * (isc_boolean_t *)data[ISC_IS6(family)];
if (!secure) {
return;
return;
}
/* If loopback prefix found, return */
switch (family) {
case AF_INET: