mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix edns-client-tags get_option typo
This commit is contained in:
parent
249d5a706b
commit
9e9810ab8b
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue