- Fix edns-client-tags get_option typo

This commit is contained in:
Ralph Dolmans 2020-09-23 10:05:39 +02:00
parent 249d5a706b
commit 9e9810ab8b
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
23 September 2020: Ralph
- Fix edns-client-tags get_option typo
21 September 2020: Ralph
- Fix #304: dnstap logging not recovering after dnstap process restarts

View file

@ -1149,7 +1149,7 @@ config_get_option(struct config_file* cfg, const char* opt,
else O_LS3(opt, "access-control-tag-action", acl_tag_actions)
else O_LS3(opt, "access-control-tag-data", acl_tag_datas)
else O_LS2(opt, "access-control-view", acl_view)
else O_LS2(opt, "edns_client_tags", edns_client_tags)
else O_LS2(opt, "edns-client-tags", edns_client_tags)
#ifdef USE_IPSECMOD
else O_YNO(opt, "ipsecmod-enabled", ipsecmod_enabled)
else O_YNO(opt, "ipsecmod-ignore-bogus", ipsecmod_ignore_bogus)