]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Process EDNS client tag review feedback 272/head
authorRalph Dolmans <ralph@nlnetlabs.nl>
Wed, 5 Aug 2020 13:56:45 +0000 (15:56 +0200)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Wed, 5 Aug 2020 13:56:45 +0000 (15:56 +0200)
util/edns.h
util/module.h

index ee0e3de54e9ea4d883a05d9f125add8b8164047b..c92b1ba5e810e2095c4a1ed3bf2ace99557361eb 100644 (file)
@@ -77,7 +77,7 @@ struct edns_tag_addr {
  */
 struct edns_tags* edns_tags_create(void);
 
-/** Delete ENDS tags structure
+/** Delete EDNS tags structure
  * @param edns_tags: struct to delete
  */
 void edns_tags_delete(struct edns_tags* edns_tags);
index 1d696ed0a0e47c721460379fd6d003b2960bd152..1eed213008c211b16fadd309c3c3acc2a274d2f5 100644 (file)
@@ -520,6 +520,7 @@ struct module_env {
        struct edns_known_option* edns_known_options;
        /* Number of known edns options */
        size_t edns_known_options_num;
+       /** EDNS client tag information */
        struct edns_tags* edns_tags;
 
        /* Make every mesh state unique, do not aggregate mesh states. */