mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
[master] fix dig +trace output
3427. [bug] dig +trace incorrectly displayed name server addresses instead of names. [RT #31641]
This commit is contained in:
parent
9aafbfaefb
commit
2f21adbc6a
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
|||||||
|
3427. [bug] dig +trace incorrectly displayed name server
|
||||||
|
addresses instead of names. [RT #31641]
|
||||||
|
|
||||||
3426. [bug] dnssec-checkds: Clearer output when records are not
|
3426. [bug] dnssec-checkds: Clearer output when records are not
|
||||||
found. [RT #31968]
|
found. [RT #31968]
|
||||||
|
|
||||||
|
@ -280,7 +280,7 @@ received(int bytes, isc_sockaddr_t *from, dig_query_t *query) {
|
|||||||
"from %s(%s) in %d ms\n\n",
|
"from %s(%s) in %d ms\n\n",
|
||||||
query->lookup->doing_xfr ?
|
query->lookup->doing_xfr ?
|
||||||
query->byte_count : (isc_uint64_t)bytes,
|
query->byte_count : (isc_uint64_t)bytes,
|
||||||
fromtext, query->servname,
|
fromtext, query->userarg,
|
||||||
(int)diff/1000);
|
(int)diff/1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user