mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
update copyright notice
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: zone.c,v 1.560 2010/04/28 11:03:07 marka Exp $ */
|
/* $Id: zone.c,v 1.561 2010/04/28 23:50:51 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -11460,7 +11460,7 @@ zone_replacedb(dns_zone_t *zone, dns_db_t *db, isc_boolean_t dump) {
|
|||||||
"unable to remove masterfile "
|
"unable to remove masterfile "
|
||||||
"'%s': '%s'",
|
"'%s': '%s'",
|
||||||
zone->masterfile, strbuf);
|
zone->masterfile, strbuf);
|
||||||
}
|
}
|
||||||
if (DNS_ZONE_FLAG(zone, DNS_ZONEFLG_LOADED) == 0)
|
if (DNS_ZONE_FLAG(zone, DNS_ZONEFLG_LOADED) == 0)
|
||||||
DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_NODELAY);
|
DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_NODELAY);
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user