mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
update copyright notice / whitespace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2007, 2015 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 1999-2001 Internet Software Consortium.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
@@ -284,7 +284,7 @@ dns_compress_rollback(dns_compress_t *cctx, isc_uint16_t offset) {
|
||||
/*
|
||||
* This relies on nodes with greater offsets being
|
||||
* closer to the beginning of the list, and the
|
||||
* items with the greatest offsets being at the end
|
||||
* items with the greatest offsets being at the end
|
||||
* of the initialnodes[] array.
|
||||
*/
|
||||
while (node != NULL && (node->offset & 0x7fff) >= offset) {
|
||||
|
Reference in New Issue
Block a user