update to 9.7.1-P2
[tridge/bind9.git] / contrib / sdb / ldap / zone2ldap.c
index c2820fdc2b58fcc0047f95fff5827a95d888a501..e06f4f9578687134f59ce63c29b4d0f9eb2b0814 100644 (file)
@@ -201,7 +201,7 @@ main (int *argc, char **argv)
   isc_buffer_add (&buff, strlen (argzone));
   dns_fixedname_init (&fixedzone);
   zone = dns_fixedname_name (&fixedzone);
-  result = dns_name_fromtext (zone, &buff, dns_rootname, ISC_FALSE, NULL);
+  result = dns_name_fromtext (zone, &buff, dns_rootname, 0, NULL);
   isc_result_check (result, "dns_name_fromtext");
 
   result = dns_db_create (mctx, "rbt", zone, dns_dbtype_zone,