mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
update copyright notice
This commit is contained in:
parent
089f456eb3
commit
d76bbb6c40
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: zone.c,v 1.490 2009/04/28 12:48:34 jreed Exp $ */
|
/* $Id: zone.c,v 1.491 2009/04/28 23:48:01 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@ -2563,7 +2563,7 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
|
|||||||
} else if (!isc_serial_ge(serial, zone->serial))
|
} else if (!isc_serial_ge(serial, zone->serial))
|
||||||
dns_zone_log(zone, ISC_LOG_ERROR,
|
dns_zone_log(zone, ISC_LOG_ERROR,
|
||||||
"zone serial (%u/%u) has gone "
|
"zone serial (%u/%u) has gone "
|
||||||
"backwards", serial, zone->serial);
|
"backwards", serial, zone->serial);
|
||||||
else if (serial == zone->serial && !hasinclude)
|
else if (serial == zone->serial && !hasinclude)
|
||||||
dns_zone_log(zone, ISC_LOG_ERROR,
|
dns_zone_log(zone, ISC_LOG_ERROR,
|
||||||
"zone serial (%u) unchanged. "
|
"zone serial (%u) unchanged. "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user