mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-04 23:38:04 -04:00
CD is state is returned to querier.
This commit is contained in:
parent
7ac0df5322
commit
26cca757be
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: message.h,v 1.112 2003/09/30 05:56:16 marka Exp $ */
|
||||
/* $Id: message.h,v 1.113 2004/01/21 14:13:51 marka Exp $ */
|
||||
|
||||
#ifndef DNS_MESSAGE_H
|
||||
#define DNS_MESSAGE_H 1
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
#define DNS_MESSAGEEXTFLAG_DO 0x8000U
|
||||
|
||||
#define DNS_MESSAGE_REPLYPRESERVE (DNS_MESSAGEFLAG_RD)
|
||||
#define DNS_MESSAGE_REPLYPRESERVE (DNS_MESSAGEFLAG_RD|DNS_MESSAGEFLAG_CD)
|
||||
#define DNS_MESSAGEEXTFLAG_REPLYPRESERVE (DNS_MESSAGEEXTFLAG_DO)
|
||||
|
||||
#define DNS_MESSAGE_HEADERLEN 12 /* 6 isc_uint16_t's */
|
||||
|
|
|
|||
Loading…
Reference in a new issue