Make it work correct

This commit is contained in:
Miek Gieben 2012-06-01 10:21:26 +02:00
parent 26f583571d
commit 3517449bc9
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ Flags:
e.Code = dns.EDNS0NSID
o.Option = append(o.Option, e)
// NSD will not return nsid when the udp message size is too small
//o.SetUDPSize(dns.DefaultMsgSize)
o.SetUDPSize(dns.DefaultMsgSize)
}
if *client != "" {
e := new(dns.EDNS0_SUBNET)