]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix edns-client-tags get_option typo
authorRalph Dolmans <ralph@nlnetlabs.nl>
Wed, 23 Sep 2020 08:05:39 +0000 (10:05 +0200)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Wed, 23 Sep 2020 08:05:39 +0000 (10:05 +0200)
doc/Changelog
util/config_file.c

index 7e6455da80154d2ef609e5ad532c297f23ac5569..cd61733be938e21a0680d4a2a832c1e108302f94 100644 (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
 
index a20b1f9c977343c8eb1521c39871012a7704c1b1..8fd3bcffed4e5385e3bfec49f358de891c3941e3 100644 (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)