mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:20:01 -04:00
assume success
This commit is contained in:
parent
27d40198de
commit
5926ac3528
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ printmessage(dns_message_t *msg) {
|
|||
isc_boolean_t did_flag = ISC_FALSE;
|
||||
dns_result_t result;
|
||||
|
||||
result = DNS_R_UNEXPECTED;
|
||||
result = DNS_R_SUCCESS;
|
||||
|
||||
printf(";; ->>HEADER<<- opcode: %s, status: %s, id: %u\n",
|
||||
opcodetext[msg->opcode], rcodetext[msg->rcode], msg->id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue