mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-21 15:21:05 -05:00
typo fix
This commit is contained in:
parent
fe5370a98a
commit
b770699319
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ morechecks(struct config_file* cfg)
|
||||||
/* check that the modules listed in module_conf exist */
|
/* check that the modules listed in module_conf exist */
|
||||||
check_modules_exist(cfg->module_conf);
|
check_modules_exist(cfg->module_conf);
|
||||||
|
|
||||||
/* Respip is know to *not* work with dns64. */
|
/* Respip is known to *not* work with dns64. */
|
||||||
if(strcmp(cfg->module_conf, "iterator") != 0
|
if(strcmp(cfg->module_conf, "iterator") != 0
|
||||||
&& strcmp(cfg->module_conf, "validator iterator") != 0
|
&& strcmp(cfg->module_conf, "validator iterator") != 0
|
||||||
&& strcmp(cfg->module_conf, "dns64 validator iterator") != 0
|
&& strcmp(cfg->module_conf, "dns64 validator iterator") != 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue