mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
NS_CLIENTATTR_NOSETFC collided with NS_CLIENTATTR_HAVEECS
This commit is contained in:
parent
fdd0516065
commit
7d42818a3e
@ -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…
x
Reference in New Issue
Block a user