diff options
Diffstat (limited to 'plugin/whoami/whoami.go')
-rw-r--r-- | plugin/whoami/whoami.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/whoami/whoami.go b/plugin/whoami/whoami.go index b2ba25e5e..155880eae 100644 --- a/plugin/whoami/whoami.go +++ b/plugin/whoami/whoami.go @@ -49,7 +49,6 @@ func (wh Whoami) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) a.Extra = []dns.RR{rr, srv} - state.SizeAndDo(a) w.WriteMsg(a) return 0, nil |