mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
added missing break statement after iquery case
This commit is contained in:
@@ -816,6 +816,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
|||||||
case dns_opcode_iquery:
|
case dns_opcode_iquery:
|
||||||
CTRACE("iquery");
|
CTRACE("iquery");
|
||||||
ns_client_error(client, DNS_R_NOTIMP);
|
ns_client_error(client, DNS_R_NOTIMP);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
CTRACE("unknown opcode");
|
CTRACE("unknown opcode");
|
||||||
ns_client_error(client, DNS_R_NOTIMP);
|
ns_client_error(client, DNS_R_NOTIMP);
|
||||||
|
Reference in New Issue
Block a user