]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add const v9.4.0a4
authorMark Andrews <marka@isc.org>
Fri, 10 Mar 2006 04:54:35 +0000 (04:54 +0000)
committerMark Andrews <marka@isc.org>
Fri, 10 Mar 2006 04:54:35 +0000 (04:54 +0000)
lib/bind9/check.c

index 286ede1dccd8c022c92a2b3ef8687042cbcd9235..04c0f5bd6f31eb1659fe7d2fcbc40b0bcab396dd 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: check.c,v 1.44.18.29 2006/03/09 23:38:21 marka Exp $ */
+/* $Id: check.c,v 1.44.18.30 2006/03/10 04:54:35 marka Exp $ */
 
 /*! \file */
 
@@ -1394,7 +1394,7 @@ check_viewconf(const cfg_obj_t *config, const cfg_obj_t *voptions,
        isc_result_t result = ISC_R_SUCCESS;
        isc_result_t tresult = ISC_R_SUCCESS;
        cfg_aclconfctx_t actx;
-       cfg_obj_t *obj;
+       const cfg_obj_t *obj;
        isc_boolean_t enablednssec, enablevalidation;
 
        /*