isc_boolean_t -> dns_v4_aaaa_t

This commit is contained in:
Mark Andrews
2010-06-26 05:30:30 +00:00
parent cc455423fd
commit 2cf74a72fd

View File

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