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[] = {
|
static char *atyp_str[] = {
|
||||||
"INVALID",
|
"INVALID",
|
||||||
"IPV4",
|
"IPV4",
|
||||||
"INVALID"
|
"INVALID",
|
||||||
"DOMAIN NAME",
|
"DOMAIN_NAME",
|
||||||
"IPV6"
|
"IPV6"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue