mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
fixed a typo in a comment line: s/compatability/compatibility/
This commit is contained in:
parent
072e21c2bb
commit
ce28ea0f2f
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.106 2003/02/27 05:12:47 marka Exp $ */
|
||||
/* $Id: zoneconf.c,v 1.107 2003/08/08 22:46:37 jinmei 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