dont append root here

This commit is contained in:
Miek Gieben 2012-09-03 21:50:18 +02:00
parent 9cf8bee422
commit 0612dd9379
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func toRadixName(d string) string {
for _, l := range SplitLabels(d) {
s = strings.ToLower(l) + "." + s
}
return "." + s
return s
}
func (z *Zone) String() string {