mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
use 0 not ISC_FALSE for dns_name_fromtext
This commit is contained in:
@@ -10123,7 +10123,7 @@ ns_server_changezone(ns_server_t *server, char *command, isc_buffer_t **text) {
|
||||
|
||||
dns_fixedname_init(&fname);
|
||||
dnsname = dns_fixedname_name(&fname);
|
||||
CHECK(dns_name_fromtext(dnsname, &buf, dns_rootname, ISC_FALSE, NULL));
|
||||
CHECK(dns_name_fromtext(dnsname, &buf, dns_rootname, 0, NULL));
|
||||
|
||||
if (addzone)
|
||||
CHECK(do_addzone(server, cfg, view, dnsname, zoneconf,
|
||||
|
Reference in New Issue
Block a user