From: Mark Andrews Date: Wed, 28 Nov 2018 04:59:30 +0000 (+1100) Subject: update zname with the current zone anme X-Git-Tag: v9.13.5~27^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0708e43d3f1e1b05d75eafa566f844cd418c3049;p=thirdparty%2Fbind9.git update zname with the current zone anme --- diff --git a/lib/dns/catz.c b/lib/dns/catz.c index 775e54c0e1a..2a403f95857 100644 --- a/lib/dns/catz.c +++ b/lib/dns/catz.c @@ -508,6 +508,8 @@ dns_catz_zones_merge(dns_catz_zone_t *target, dns_catz_zone_t *newzone) { { dns_catz_entry_t *entry; isc_ht_iter_current(itermod, (void **) &entry); + + dns_name_format(&entry->name, zname, DNS_NAME_FORMATSIZE); result = modzone(entry, target, target->catzs->view, target->catzs->taskmgr, target->catzs->zmm->udata);