aboutsummaryrefslogtreecommitdiff
path: root/plugin/etcd/stub_handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/etcd/stub_handler.go')
-rw-r--r--plugin/etcd/stub_handler.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/etcd/stub_handler.go b/plugin/etcd/stub_handler.go
index 300e0a350..963554975 100644
--- a/plugin/etcd/stub_handler.go
+++ b/plugin/etcd/stub_handler.go
@@ -33,8 +33,6 @@ func (s Stub) ServeDNS(ctx context.Context, w dns.ResponseWriter, req *dns.Msg)
return dns.RcodeServerFailure, e
}
m.RecursionAvailable = true
- state.SizeAndDo(m)
- m, _ = state.Scrub(m)
w.WriteMsg(m)
return dns.RcodeSuccess, nil
}