mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-27 07:13:33 +02:00
rewrote strange message
This commit is contained in:
parent
6f097a4cb3
commit
de2912c089
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ dns_decode(char *buf, size_t buflen, struct query *q, qr_t qr, char *packet, siz
|
|||
break;
|
||||
case QR_QUERY:
|
||||
if (qdcount != 1) {
|
||||
warnx("no query on query");
|
||||
warnx("no question section in name query");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue