2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

2025. [func] Update "zone serial unchanged" message. [RT #16026]

This commit is contained in:
Mark Andrews 2006-05-18 02:35:26 +00:00
parent f04809663f
commit cd6d8d61b0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
2025. [func] Update "zone serial unchanged" message. [RT #16026]
2024. [bug] named emited spurious "zone serial unchanged"
messages on reload. [RT #16027]

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zone.c,v 1.454 2006/05/18 02:03:37 marka Exp $ */
/* $Id: zone.c,v 1.455 2006/05/18 02:35:26 marka Exp $ */
/*! \file */
@ -1964,7 +1964,9 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
"zone serial has gone backwards");
else if (serial == zone->serial && !hasinclude)
dns_zone_log(zone, ISC_LOG_ERROR,
"zone serial unchanged");
"zone serial unchanged. "
"zone may fail to transfer "
"to slaves.");
}
zone->serial = serial;
zone->refresh = RANGE(refresh,