diff --git a/lib/dns/dnstap.c b/lib/dns/dnstap.c index 18b365c303..4705f23dbf 100644 --- a/lib/dns/dnstap.c +++ b/lib/dns/dnstap.c @@ -781,15 +781,6 @@ dns_dt_send(dns_view_t *view, dns_dtmsgtype_t msgtype, isc_sockaddr_t *qaddr, dm.m.has_response_time_sec = 1; dm.m.response_time_nsec = isc_time_nanoseconds(t); dm.m.has_response_time_nsec = 1; - - /* - * Types RR and FR can fall through and get the query - * time set as well. Any other response type, break. - */ - if (msgtype != DNS_DTTYPE_RR && msgtype != DNS_DTTYPE_FR) { - break; - } - FALLTHROUGH; case DNS_DTTYPE_AQ: case DNS_DTTYPE_CQ: