diff options
Diffstat (limited to 'plugin/etcd/etcd.go')
-rw-r--r-- | plugin/etcd/etcd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/etcd.go b/plugin/etcd/etcd.go index 14c24d06e..fc0b60774 100644 --- a/plugin/etcd/etcd.go +++ b/plugin/etcd/etcd.go @@ -21,7 +21,7 @@ import ( // Etcd is a plugin talks to an etcd cluster. type Etcd struct { Next plugin.Handler - Fall *fall.F + Fall fall.F Zones []string PathPrefix string Proxy proxy.Proxy // Proxy for looking up names during the resolution process |