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