]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
return NOTIMP, not REFUSED, for IQUERY to more accurately reflect that
authorAndreas Gustafsson <source@isc.org>
Tue, 30 Nov 1999 22:35:43 +0000 (22:35 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 30 Nov 1999 22:35:43 +0000 (22:35 +0000)
we have refused to implement it :-)

bin/named/client.c

index e716eb278ce0d98d7f792612bb3bc9aa8831b3ba..b6fb755b5a862cc0e591ed84c61ea17e4ef7893b 100644 (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);