mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
remove debugging printf that stuck in
This commit is contained in:
parent
c653686224
commit
0a48eff8c7
@ -829,8 +829,6 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
||||
if ((devent->attributes & DNS_DISPATCHATTR_PKTINFO) != 0) {
|
||||
client->attributes |= NS_CLIENTATTR_PKTINFO;
|
||||
client->pktinfo = devent->pktinfo;
|
||||
printf("client: interface %u\n",
|
||||
client->pktinfo.ipi6_ifindex);
|
||||
} else {
|
||||
client->attributes &= ~NS_CLIENTATTR_PKTINFO;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user