mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-13 21:16:19 -04:00
fixed a typo in a comment line: s/compatability/compatibility/
This commit is contained in:
parent
5696933e98
commit
e5f625c67e
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zoneconf.c,v 1.87.2.4.10.7 2003/08/27 02:23:38 marka Exp $ */
|
||||
/* $Id: zoneconf.c,v 1.87.2.4.10.8 2003/09/02 02:43:55 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -646,7 +646,7 @@ ns_zone_configure(cfg_obj_t *config, cfg_obj_t *vconfig, cfg_obj_t *zconfig,
|
|||
if (obj == NULL) {
|
||||
/*
|
||||
* Default off when views are in use otherwise
|
||||
* on for BIND 8 compatability.
|
||||
* on for BIND 8 compatibility.
|
||||
*/
|
||||
view = dns_zone_getview(zone);
|
||||
if (view != NULL && strcmp(view->name, "_default") == 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue