mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-26 09:32:31 +02:00
typo fix
This commit is contained in:
@@ -548,7 +548,7 @@ morechecks(struct config_file* cfg)
|
||||
/* check that the modules listed in module_conf exist */
|
||||
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
|
||||
&& strcmp(cfg->module_conf, "validator iterator") != 0
|
||||
&& strcmp(cfg->module_conf, "dns64 validator iterator") != 0
|
||||
|
||||
Reference in New Issue
Block a user