Make Security an uint16

Because TypeNone and NSEC and NSEC3 are rr types they also uint16s
This commit is contained in:
Miek Gieben 2013-05-15 08:37:32 +01:00
parent c62399262f
commit d1909a2bdf
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ type Zone struct {
*sync.RWMutex
// The zone's security status, supported values are TypeNone for no DNSSEC,
// TypeNSEC for an NSEC type zone and TypeNSEC3 for an NSEC3 signed zone.
Security int
Security uint16
}
type sortedNames struct {