insert it to

This commit is contained in:
Miek Gieben 2012-07-15 18:13:24 +02:00
parent 38f7400e18
commit 2569757dd1
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ func (z *Zone) Insert(r RR) {
default:
zd.RR[t] = append(zd.RR[t], r)
}
z.Radix.Insert(r.Header().Name)
return
}
switch t := r.Header().Rrtype; t {