mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:32:04 -04:00
fix built-in view comment
This commit is contained in:
parent
a06b00a998
commit
b3990d04da
1 changed files with 2 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: server.c,v 1.560 2009/12/29 22:20:33 marka Exp $ */
|
||||
/* $Id: server.c,v 1.561 2010/01/13 08:29:11 fdupont Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -4090,8 +4090,7 @@ load_configuration(const char *filename, ns_server_t *server,
|
|||
}
|
||||
|
||||
/*
|
||||
* Create (or recreate) the built-in views. Currently
|
||||
* there is only one, the _bind view, but allow for others.
|
||||
* Create (or recreate) the built-in views.
|
||||
*/
|
||||
builtin_views = NULL;
|
||||
RUNTIME_CHECK(cfg_map_get(ns_g_config, "view",
|
||||
|
|
|
|||
Loading…
Reference in a new issue