mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 01:30:00 -04:00
isc_boolean_t -> dns_v4_aaaa_t
This commit is contained in:
parent
cc455423fd
commit
2cf74a72fd
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: check.c,v 1.118 2010/06/22 23:46:52 tbox Exp $ */
|
||||
/* $Id: check.c,v 1.119 2010/06/26 05:30:30 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -501,7 +501,7 @@ check_filteraaaa(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
|
|||
const cfg_obj_t *options, *aclobj, *obj = NULL;
|
||||
dns_acl_t *acl = NULL;
|
||||
isc_result_t result = ISC_R_SUCCESS, tresult;
|
||||
isc_boolean_t filter;
|
||||
dns_v4_aaaa_t filter;
|
||||
const char *forview = " for view ";
|
||||
|
||||
if (voptions != NULL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue