From 1de9cff07a56b4bf5e3f5bc22bee81781c07aa34 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 11 Jan 2012 16:19:49 +0100 Subject: [PATCH] BIND cannot handle compressed dynamic updates --- msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg.go b/msg.go index ffb5158c..79c93b52 100644 --- a/msg.go +++ b/msg.go @@ -239,7 +239,7 @@ func PackDomainName(s string, msg []byte, off int, compression map[string]int, c if pointer == -1 && compress { pointer = p // Where to point to nameoffset = offset // Where to point from - println("Compressing:", string(bs[begin:])) +// println("Compressing:", string(bs[begin:])) } } }