aboutsummaryrefslogtreecommitdiff
path: root/plugin/pkg/upstream/upstream.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/pkg/upstream/upstream.go')
-rw-r--r--plugin/pkg/upstream/upstream.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/pkg/upstream/upstream.go b/plugin/pkg/upstream/upstream.go
index eacb9b4d5..9c2973e41 100644
--- a/plugin/pkg/upstream/upstream.go
+++ b/plugin/pkg/upstream/upstream.go
@@ -32,7 +32,6 @@ func (u *Upstream) Lookup(ctx context.Context, state request.Request, name strin
req.SetEdns0(uint16(size), do)
nw := nonwriter.New(state.W)
-
server.ServeDNS(ctx, nw, req)
return nw.Msg, nil