From 73c743feb22d7f1444a9ca35f7f2b972a0eef79e Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 15 Feb 2012 21:55:34 +0100 Subject: [PATCH] Compile error --- zscan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zscan.go b/zscan.go index c46a0f61..576b9c63 100644 --- a/zscan.go +++ b/zscan.go @@ -148,7 +148,7 @@ func parseZone(r io.Reader, origin, f string, t chan Token, include int) { if origin == "" { origin = "." } - if !isFqdn(origin) { + if !IsFqdn(origin) { t <- Token{Error: &ParseError{f, "bad initial origin name", lex{}}} return }