2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

1506. [bug] Wrong return type for dns_view_isdelegationonly().

This commit is contained in:
Mark Andrews 2003-09-17 15:01:26 +00:00
parent 27be64f8a2
commit 20d90a3753
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
1506. [bug] Wrong return type for dns_view_isdelegationonly().
1505. [bug] Uninitialized rdataset in sdb. [RT #8750]
1504. [func] New zone type "delegation-only".

View File

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