more glue check stuf

This commit is contained in:
Miek Gieben 2012-07-16 19:11:04 +02:00
parent 0184607387
commit 46c5f66169
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ func NewZone(name string) *Zone {
}
// Insert inserts an RR into the zone. Overwrites.
// Out-of-zone data
// Glue
func (z *Zone) Insert(r RR) {
zd := z.Radix.Find(r.Header().Name)
if zd == nil {