diff options
Diffstat (limited to 'util/module.h')
-rw-r--r-- | util/module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/module.h b/util/module.h index 1eed213008c2..7b833f8ade19 100644 --- a/util/module.h +++ b/util/module.h @@ -520,8 +520,8 @@ 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; + /** EDNS client string information */ + struct edns_strings* edns_strings; /* Make every mesh state unique, do not aggregate mesh states. */ int unique_mesh; |