BIND cannot handle compressed dynamic updates

This commit is contained in:
Miek Gieben 2012-01-11 16:19:49 +01:00
parent dfd7700790
commit 1de9cff07a
1 changed files with 1 additions and 1 deletions

2
msg.go
View File

@ -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:]))
}
}
}