2
0
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:
Andreas Gustafsson 2000-02-04 00:46:58 +00:00
parent f4e90d4323
commit 106003e7b4

View File

@ -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);