mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-20 00:38:52 -04:00
check the result from dns_message_headertotext
This commit is contained in:
parent
db085caf7f
commit
b32feaf623
1 changed files with 1 additions and 0 deletions
|
|
@ -364,6 +364,7 @@ recvresponse(isc_task_t *task, isc_event_t *event) {
|
|||
|
||||
printf(" %s:\n", "response_message_data");
|
||||
result = dns_message_headertotext(response, style, flags, buf);
|
||||
CHECK("dns_message_headertotext", result);
|
||||
} else if (display_comments && !display_short_form) {
|
||||
printf(";; Got answer:\n");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue