]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove logit
authorMark Andrews <marka@isc.org>
Thu, 22 Dec 2011 12:58:13 +0000 (12:58 +0000)
committerMark Andrews <marka@isc.org>
Thu, 22 Dec 2011 12:58:13 +0000 (12:58 +0000)
bin/named/server.c

index 39e7062a3ad5de711f9eb1cbabc05c2339060b49..ac55327beb764850e155a0c6ba05890ae03c533e 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.633 2011/12/22 08:22:18 marka Exp $ */
+/* $Id: server.c,v 1.634 2011/12/22 12:58:13 marka Exp $ */
 
 /*! \file */
 
@@ -2719,7 +2719,6 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
                const char *str;
                char server[DNS_NAME_FORMATSIZE + 1];
                char contact[DNS_NAME_FORMATSIZE + 1];
-               isc_boolean_t logit;
                const char *empty_dbtype[4] =
                                    { "_builtin", "empty", NULL, NULL };
                int empty_dbtypec = 4;
@@ -2763,7 +2762,6 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
                INSIST(result == ISC_R_SUCCESS);
                zonestats_on = cfg_obj_asboolean(obj);
 
-               logit = ISC_TRUE;
                for (empty = empty_zones[empty_zone];
                     empty != NULL;
                     empty = empty_zones[++empty_zone])