From: Mark Andrews Date: Sat, 26 Jun 2010 05:30:30 +0000 (+0000) Subject: isc_boolean_t -> dns_v4_aaaa_t X-Git-Tag: v9.8.0-P1~629 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2cf74a72fd7d92373455072f9b2090dc03bedfda;p=thirdparty%2Fbind9.git isc_boolean_t -> dns_v4_aaaa_t --- diff --git a/lib/bind9/check.c b/lib/bind9/check.c index c0c957d5ffd..d03b070034e 100644 --- a/lib/bind9/check.c +++ b/lib/bind9/check.c @@ -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)