This commit is contained in:
Miek Gieben 2012-05-26 10:28:40 +02:00
parent 9c4c5f5369
commit 2a69247960
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func TestClientEDNS0(t *testing.T) {
//edns.Option = make([]Option, 1)
//edns.SetNsid("") // Empty to request it
c := new(Client)
c := new(Client)
r, _ := c.Exchange(m, "85.223.71.124:53")
if r != nil && r.Rcode != RcodeSuccess {