diff options
Diffstat (limited to 'middleware/etcd/stub_handler.go')
-rw-r--r-- | middleware/etcd/stub_handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/etcd/stub_handler.go b/middleware/etcd/stub_handler.go index 514eff236..9d8778219 100644 --- a/middleware/etcd/stub_handler.go +++ b/middleware/etcd/stub_handler.go @@ -12,7 +12,7 @@ import ( // Stub wraps an Etcd. We have this type so that it can have a ServeDNS method. type Stub struct { - Etcd + *Etcd Zone string // for what zone (and thus what nameservers are we called) } |