mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
dns.idl: fix DNS_RCODE from 0xF to 0x1F
commit 74206984da
introduced
TSIG related error codes up to DNS_RCODE_BADALG = 0x15
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
0b66cf93f2
commit
29f9618e38
@ -23,8 +23,7 @@ interface dns
|
||||
const int DNS_MAX_LABEL_LENGTH = 63;
|
||||
|
||||
typedef [public,bitmap16bit] bitmap {
|
||||
DNS_RCODE = 0x000F,
|
||||
DNS_FLAG_BROADCAST = 0x0010,
|
||||
DNS_RCODE = 0x001F,
|
||||
DNS_FLAG_RECURSION_AVAIL = 0x0080,
|
||||
DNS_FLAG_RECURSION_DESIRED = 0x0100,
|
||||
DNS_FLAG_TRUNCATION = 0x0200,
|
||||
|
Loading…
Reference in New Issue
Block a user