This commit is contained in:
Miek Gieben 2012-10-15 13:53:32 +02:00
parent 8c1983d636
commit 57b0c21d09
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@ func (z *Zone) Insert(r RR) error {
return &Error{Err: "out of zone data", Name: r.Header().Name}
}
// TODO(mg): quick check for doubles?
key := toRadixName(r.Header().Name)
z.Lock()
zd, exact := z.Radix.Find(key)