Things start to work again. Now axfr and tsig

This commit is contained in:
Miek Gieben 2011-09-11 00:33:13 +02:00
parent e4acc12f44
commit 356b532385
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ func TestClientTsigAXFR(t *testing.T) {
for {
ex := <-c.ReplyChan
println(ex.Reply.String())
println(ex.Error.String())
if ex.Error != nil {
break
}
}
/*
for {