1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

go get -u github.com/miekg/dns

This commit is contained in:
Tom Limoncelli
2020-03-22 15:49:28 -04:00
parent cb604e07c3
commit cb70070cda
82 changed files with 14033 additions and 90779 deletions

1
vendor/github.com/miekg/dns/msg.go generated vendored
View File

@ -661,7 +661,6 @@ func unpackRRslice(l int, msg []byte, off int) (dst1 []RR, off1 int, err error)
}
// If offset does not increase anymore, l is a lie
if off1 == off {
l = i
break
}
dst = append(dst, r)