From: Mark Andrews Date: Thu, 26 Jul 2018 03:56:35 +0000 (+1000) Subject: turn off ixfr-from-differences on signed instance of in-line zone X-Git-Tag: v9.13.3~82^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfccd8d246fa7299a5dbee71948fa32e8534f3d9;p=thirdparty%2Fbind9.git turn off ixfr-from-differences on signed instance of in-line zone --- diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index 2bf83f7f64e..a8aad331c63 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -1309,7 +1309,7 @@ named_zone_configure(const cfg_obj_t *config, const cfg_obj_t *vconfig, dns_zone_setoption(raw, DNS_ZONEOPT_IXFRFROMDIFFS, ISC_TRUE); dns_zone_setoption(zone, DNS_ZONEOPT_IXFRFROMDIFFS, - ISC_TRUE); + ISC_FALSE); } else dns_zone_setoption(zone, DNS_ZONEOPT_IXFRFROMDIFFS, ixfrdiff);