Rename the TSIG error codes

This commit is contained in:
Miek Gieben 2010-12-31 15:20:56 +01:00
parent 9155d632f5
commit 82c954bead
1 changed files with 3 additions and 3 deletions

View File

@ -82,9 +82,9 @@ const (
RcodeNotImplemented = 4
RcodeRefused = 5
// Tsig errors
RcodeBadSig = 16
RcodeBadKey = 17
RcodeBadTime = 18
TsigBadSig = 16
TsigBadKey = 17
TsigBadTime = 18
)
// The wire format for the DNS packet header.