From: Ralph Dolmans Date: Wed, 5 Aug 2020 13:56:45 +0000 (+0200) Subject: - Process EDNS client tag review feedback X-Git-Tag: release-1.12.0rc1~48^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F272%2Fhead;p=thirdparty%2Funbound.git - Process EDNS client tag review feedback --- diff --git a/util/edns.h b/util/edns.h index ee0e3de54..c92b1ba5e 100644 --- a/util/edns.h +++ b/util/edns.h @@ -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); diff --git a/util/module.h b/util/module.h index 1d696ed0a..1eed21300 100644 --- a/util/module.h +++ b/util/module.h @@ -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. */