mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-20 21:58:03 -04:00
return notimp for qcount=0 unimplemeneted opcodes
(cherry picked from commit 7c10dc502a34f88f11c6b6469bb234c72e61fec8)
This commit is contained in:
parent
5d564da348
commit
58eb2006a4
1 changed files with 2 additions and 0 deletions
|
|
@ -2296,6 +2296,8 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
|||
ns_client_error(client, result);
|
||||
return;
|
||||
}
|
||||
if (notimp)
|
||||
client->message->rcode = dns_rcode_notimp;
|
||||
ns_client_send(client);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue