diff options
Diffstat (limited to 'plugin/chaos/chaos.go')
-rw-r--r-- | plugin/chaos/chaos.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/chaos/chaos.go b/plugin/chaos/chaos.go index 60b002bdb..a66c5f003 100644 --- a/plugin/chaos/chaos.go +++ b/plugin/chaos/chaos.go @@ -46,7 +46,6 @@ func (c Chaos) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) ( } m.Answer = []dns.RR{&dns.TXT{Hdr: hdr, Txt: []string{trim(hostname)}}} } - state.SizeAndDo(m) w.WriteMsg(m) return 0, nil } |