diff options
Diffstat (limited to 'plugin/file/file.go')
-rw-r--r-- | plugin/file/file.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/file/file.go b/plugin/file/file.go index bc582cfaa..169720e64 100644 --- a/plugin/file/file.go +++ b/plugin/file/file.go @@ -119,7 +119,6 @@ func (s *serialErr) Error() string { // If serial >= 0 it will reload the zone, if the SOA hasn't changed // it returns an error indicating nothing was read. func Parse(f io.Reader, origin, fileName string, serial int64) (*Zone, error) { - zp := dns.NewZoneParser(f, dns.Fqdn(origin), fileName) zp.SetIncludeAllowed(true) z := NewZone(origin, fileName) |