mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:29:59 -04:00
NS_CLIENTATTR_NOSETFC collided with NS_CLIENTATTR_HAVEECS
This commit is contained in:
parent
fdd0516065
commit
7d42818a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ typedef ISC_LIST(ns_client_t) client_list_t;
|
|||
#define NS_CLIENTATTR_WANTOPT 0x2000 /*%< add opt to reply */
|
||||
#define NS_CLIENTATTR_HAVEECS 0x4000 /*%< sent an ECS option */
|
||||
|
||||
#define NS_CLIENTATTR_NOSETFC 0x4000 /*%< don't set servfail cache */
|
||||
#define NS_CLIENTATTR_NOSETFC 0x8000 /*%< don't set servfail cache */
|
||||
|
||||
/*
|
||||
* Flag to use with the SERVFAIL cache to indicate
|
||||
|
|
|
|||
Loading…
Reference in a new issue