GH-535: fix typo of "C_HESIOD" in DNS::classes

Fixes GH-535
This commit is contained in:
Jon Siwek 2019-08-12 13:31:12 -07:00
parent 18e4976c6c
commit 31d30bb47e
5 changed files with 13 additions and 3 deletions

View file

@ -126,7 +126,7 @@ export {
[1] = "C_INTERNET",
[2] = "C_CSNET",
[3] = "C_CHAOS",
[4] = "C_HESOD",
[4] = "C_HESIOD",
[254] = "C_NONE",
[255] = "C_ANY",
} &default = function(n: count): string { return fmt("qclass-%d", n); };