mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:32:13 -04:00
use extracted netaddr rather than client->destaddr
This commit is contained in:
parent
f83a64072b
commit
69fd3f5ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -10815,7 +10815,7 @@ log_tat(ns_client_t *client) {
|
|||
|
||||
isc_netaddr_fromsockaddr(&netaddr, &client->peeraddr);
|
||||
dns_name_format(client->query.qname, namebuf, sizeof(namebuf));
|
||||
isc_netaddr_format(&client->destaddr, clientbuf, sizeof(clientbuf));
|
||||
isc_netaddr_format(&netaddr, clientbuf, sizeof(clientbuf));
|
||||
dns_rdataclass_format(client->view->rdclass, classname,
|
||||
sizeof(classname));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue