mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +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:
|
||||
CTRACE("iquery");
|
||||
ns_client_error(client, DNS_R_NOTIMP);
|
||||
break;
|
||||
default:
|
||||
CTRACE("unknown opcode");
|
||||
ns_client_error(client, DNS_R_NOTIMP);
|
||||
|
Reference in New Issue
Block a user