2
0
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:
Mark Andrews
2016-01-25 16:55:02 +11:00
parent 1bb7846d29
commit 1fe6b74b9c

View File

@@ -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,