Fix bug
This commit is contained in:
parent
b648e58863
commit
967810e9d1
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ enum atyp {
|
|||
static char *atyp_str[] = {
|
||||
"INVALID",
|
||||
"IPV4",
|
||||
"INVALID"
|
||||
"DOMAIN NAME",
|
||||
"INVALID",
|
||||
"DOMAIN_NAME",
|
||||
"IPV6"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue