aboutsummaryrefslogtreecommitdiff
path: root/plugin/reverse/reverse.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/reverse/reverse.go')
-rw-r--r--plugin/reverse/reverse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/reverse/reverse.go b/plugin/reverse/reverse.go
index 912d998b8..8b9e403d5 100644
--- a/plugin/reverse/reverse.go
+++ b/plugin/reverse/reverse.go
@@ -17,7 +17,7 @@ type Reverse struct {
Next plugin.Handler
Networks networks
- Fall *fall.F
+ Fall fall.F
}
// ServeDNS implements the plugin.Handler interface.