This commit is contained in:
Miek Gieben 2015-08-25 14:28:00 +01:00
parent 350b578e76
commit 34e4ada672
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ func normalizedString(r RR) string {
// dropCNAMEAndDNAME drops records from rrs that are not allowed, taking the rules
// for CNAME and DNAME into account.
func dropCNAMEAndDNAME(rrs []RR) []RR {
ret := make([]RR, 0, len(rrs)
ret := make([]RR, 0, len(rrs))
return nil