mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 18:10:00 -04:00
use 0 not ISC_FALSE for dns_name_fromtext
This commit is contained in:
parent
00882e92c9
commit
4eb865b8e0
1 changed files with 1 additions and 1 deletions
|
|
@ -9017,7 +9017,7 @@ ns_server_add_zone(ns_server_t *server, char *args, 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));
|
||||
|
||||
/* Make sense of optional class argument */
|
||||
obj = cfg_tuple_get(parms, "class");
|
||||
|
|
|
|||
Loading…
Reference in a new issue