mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
1506. [bug] Wrong return type for dns_view_isdelegationonly().
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* 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>
|
||||
|
||||
@@ -1224,7 +1224,7 @@ dns_view_adddelegationonly(dns_view_t *view, dns_name_t *name) {
|
||||
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;
|
||||
|
Reference in New Issue
Block a user