diff options
Diffstat (limited to 'plugin/pkg/response/typify.go')
-rw-r--r-- | plugin/pkg/response/typify.go | 2 |
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 } |