mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
DNS_MESSAGE_OPCODE_MASK was incorrect
This commit is contained in:
parent
c1bfdd2995
commit
75ec9bc9c7
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include <dns/rdatalist.h>
|
||||
#include <dns/compress.h>
|
||||
|
||||
#define DNS_MESSAGE_OPCODE_MASK 0x7000U
|
||||
#define DNS_MESSAGE_OPCODE_MASK 0x7800U
|
||||
#define DNS_MESSAGE_OPCODE_SHIFT 11
|
||||
#define DNS_MESSAGE_RCODE_MASK 0x000fU
|
||||
#define DNS_MESSAGE_FLAG_MASK 0x8ff0U
|
||||
|
|
|
|||
Loading…
Reference in a new issue