Change VERSION private RR to use reserved space (#415)

This commit is contained in:
Marcus Grando 2016-10-18 04:08:08 -02:00 committed by Miek Gieben
parent 46df8c9462
commit 58f52c57ce
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ func TestPrivateByteSlice(t *testing.T) {
}
}
const TypeVERSION uint16 = 0x0F02
const TypeVERSION uint16 = 0xFF01
type VERSION struct {
x string