mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
added missing break statement after iquery case
This commit is contained in:
parent
f4e90d4323
commit
106003e7b4
@ -816,6 +816,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
||||
case dns_opcode_iquery:
|
||||
CTRACE("iquery");
|
||||
ns_client_error(client, DNS_R_NOTIMP);
|
||||
break;
|
||||
default:
|
||||
CTRACE("unknown opcode");
|
||||
ns_client_error(client, DNS_R_NOTIMP);
|
||||
|
Loading…
x
Reference in New Issue
Block a user