mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-05 14:23:33 +03:00
Rewrote strange warning message
This commit is contained in:
parent
4c6aae9e90
commit
fd45a20f30
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ dns_decode(char *buf, size_t buflen, struct query *q, qr_t qr, char *packet, siz
|
|||
|
||||
case NOERROR:
|
||||
default:
|
||||
warnx("no query or answer in answer");
|
||||
warnx("no query or answer in reply packet");
|
||||
break;
|
||||
}
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue