mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
1506. [bug] Wrong return type for dns_view_isdelegationonly().
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
1506. [bug] Wrong return type for dns_view_isdelegationonly().
|
||||||
|
|
||||||
1505. [bug] Uninitialized rdataset in sdb. [RT #8750]
|
1505. [bug] Uninitialized rdataset in sdb. [RT #8750]
|
||||||
|
|
||||||
1504. [func] New zone type "delegation-only".
|
1504. [func] New zone type "delegation-only".
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1224,7 +1224,7 @@ dns_view_adddelegationonly(dns_view_t *view, dns_name_t *name) {
|
|||||||
return (result);
|
return (result);
|
||||||
}
|
}
|
||||||
|
|
||||||
isc_result_t
|
isc_boolean_t
|
||||||
dns_view_isdelegationonly(dns_view_t *view, dns_name_t *name) {
|
dns_view_isdelegationonly(dns_view_t *view, dns_name_t *name) {
|
||||||
dns_name_t *new;
|
dns_name_t *new;
|
||||||
isc_uint32_t hash;
|
isc_uint32_t hash;
|
||||||
|
Reference in New Issue
Block a user