mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-17 11:28:52 -04:00
[v9_8] fix dig +trace output
3427. [bug] dig +trace incorrectly displayed name server addresses instead of names. [RT #31641] (cherry picked from commit2f21adbc6a) (cherry picked from commit90dbd7c2e0)
This commit is contained in:
parent
63b898ac17
commit
fddb023637
2 changed files with 4 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
3427. [bug] dig +trace incorrectly displayed name server
|
||||
addresses instead of names. [RT #31641]
|
||||
|
||||
3425. [bug] "acacheentry" reference counting was broken resulting
|
||||
in use after free. [RT #31908]
|
||||
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ received(int bytes, isc_sockaddr_t *from, dig_query_t *query) {
|
|||
"from %s(%s) in %d ms\n\n",
|
||||
query->lookup->doing_xfr ?
|
||||
query->byte_count : (isc_uint64_t)bytes,
|
||||
fromtext, query->servname,
|
||||
fromtext, query->userarg,
|
||||
(int)diff/1000);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue