Merge pull request #122 from FiloSottile/patch-1

Correct the DNSKEY flag values
This commit is contained in:
Miek Gieben 2014-09-04 23:37:14 +01:00
commit 608a5e2c5e
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ const (
// DNSKEY flag values.
const (
SEP = 1
ZONE = 1 << 7
REVOKE = 1 << 8
REVOKE = 1 << 7
ZONE = 1 << 8
)
// The RRSIG needs to be converted to wireformat with some of