]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
isc_boolean_t -> dns_v4_aaaa_t
authorMark Andrews <marka@isc.org>
Sat, 26 Jun 2010 05:30:30 +0000 (05:30 +0000)
committerMark Andrews <marka@isc.org>
Sat, 26 Jun 2010 05:30:30 +0000 (05:30 +0000)
lib/bind9/check.c

index c0c957d5ffd53538a204eb72d5ecf9cf0d186379..d03b070034ecc62b4e8667d5824ff9d94bbfe806 100644 (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)