aboutsummaryrefslogtreecommitdiff
path: root/plugin/pkg/response/typify.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/pkg/response/typify.go')
-rw-r--r--plugin/pkg/response/typify.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/pkg/response/typify.go b/plugin/pkg/response/typify.go
index 7cfaab497..9faa17d7b 100644
--- a/plugin/pkg/response/typify.go
+++ b/plugin/pkg/response/typify.go
@@ -99,8 +99,6 @@ func Typify(m *dns.Msg, t time.Time) (Type, *dns.OPT) {
}
}
- // Check length of different sections, and drop stuff that is just to large? TODO(miek).
-
if soa && m.Rcode == dns.RcodeSuccess {
return NoData, opt
}