mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
remove logit
This commit is contained in:
parent
238e0e8438
commit
53e7766f7d
1 changed files with 1 additions and 3 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue