From d10b0f731e9454525d73b89d19e6b4bc5a68f2b3 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 13 Feb 2012 21:57:22 +0100 Subject: [PATCH] We indeed need a larger buffer --- zscan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zscan.go b/zscan.go index 307e5500..29e1095a 100644 --- a/zscan.go +++ b/zscan.go @@ -14,7 +14,7 @@ var _DEBUG = false // Complete unsure about the correctness of this value? // Large blobs of base64 code might get longer than this.... -const maxTok = 300 +const maxTok = 512 // Tokinize a RFC 1035 zone file. The tokenizer will normalize it: // * Add ownernames if they are left blank;