mirror of
https://github.com/miekg/dns.git
synced 2025-10-11 09:51:01 +02:00
Revert, thanks to Zhao Xiaohong
This commit is contained in:
parent
5c80e68e1e
commit
1b4dde9c76
2
zone.go
2
zone.go
@ -114,7 +114,7 @@ func toRadixName(d string) string {
|
|||||||
}
|
}
|
||||||
s = strings.ToLower(l) + "." + s
|
s = strings.ToLower(l) + "." + s
|
||||||
}
|
}
|
||||||
return s
|
return "." + s
|
||||||
}
|
}
|
||||||
|
|
||||||
// String returns a string representation of a ZoneData. There is no
|
// String returns a string representation of a ZoneData. There is no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user