+1506. [bug] Wrong return type for dns_view_isdelegationonly().
+
1505. [bug] Uninitialized rdataset in sdb. [RT #8750]
1504. [func] New zone type "delegation-only".
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: view.c,v 1.117 2003/09/17 05:24:43 marka Exp $ */
+/* $Id: view.c,v 1.118 2003/09/17 15:01:26 marka Exp $ */
#include <config.h>
return (result);
}
-isc_result_t
+isc_boolean_t
dns_view_isdelegationonly(dns_view_t *view, dns_name_t *name) {
dns_name_t *new;
isc_uint32_t hash;