2
0
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:
Michael Graff 2000-03-28 00:09:28 +00:00
parent c653686224
commit 0a48eff8c7

View File

@ -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;
}