diff options
Diffstat (limited to 'plugin/log/log.go')
-rw-r--r-- | plugin/log/log.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/log/log.go b/plugin/log/log.go index 98f00d762..d963a134f 100644 --- a/plugin/log/log.go +++ b/plugin/log/log.go @@ -43,7 +43,6 @@ func (l Logger) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) } else { answer := new(dns.Msg) answer.SetRcode(r, rc) - state.SizeAndDo(answer) vars.Report(ctx, state, vars.Dropped, rcode.ToString(rc), answer.Len(), time.Now()) |