aboutsummaryrefslogtreecommitdiff
path: root/plugin/hosts/hosts.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/hosts/hosts.go')
-rw-r--r--plugin/hosts/hosts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/hosts/hosts.go b/plugin/hosts/hosts.go
index 5f9766d47..dcd66d4be 100644
--- a/plugin/hosts/hosts.go
+++ b/plugin/hosts/hosts.go
@@ -17,7 +17,7 @@ type Hosts struct {
Next plugin.Handler
*Hostsfile
- Fall *fall.F
+ Fall fall.F
}
// ServeDNS implements the plugin.Handle interface.