2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

return NOTIMP, not REFUSED, for IQUERY to more accurately reflect that

we have refused to implement it :-)
This commit is contained in:
Andreas Gustafsson 1999-11-30 22:35:43 +00:00
parent e4ad4f5804
commit 50f9363435

View File

@ -591,7 +591,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
break;
case dns_opcode_iquery:
CTRACE("iquery");
ns_client_error(client, DNS_R_REFUSED);
ns_client_error(client, DNS_R_NOTIMP);
default:
CTRACE("unknown opcode");
ns_client_error(client, DNS_R_NOTIMP);