small tweaks

This commit is contained in:
Miek Gieben 2011-07-26 20:01:20 +02:00
parent c7f90f58cc
commit 00ec1b5f8e
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ var soa dns.RR
var spam dns.RR
func send(w dns.ResponseWriter, m *dns.Msg) {
println(">", m.String())
buf, _ := m.Pack()
w.Write(buf)
}