aboutsummaryrefslogtreecommitdiff
path: root/plugin/auto/auto.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auto/auto.go')
-rw-r--r--plugin/auto/auto.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auto/auto.go b/plugin/auto/auto.go
index 8cbfaf948..a09c22801 100644
--- a/plugin/auto/auto.go
+++ b/plugin/auto/auto.go
@@ -33,7 +33,7 @@ type (
// In the future this should be something like ZoneMeta that contains all this stuff.
transferTo []string
ReloadInterval time.Duration
- upstream upstream.Upstream // Upstream for looking up names during the resolution process.
+ upstream *upstream.Upstream // Upstream for looking up names during the resolution process.
duration time.Duration
}