mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Fixed typo.
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define LWRES_FLAG_TRUSTDEFAULT 0x00000000U
|
#define LWRES_FLAG_TRUSTDEFAULT 0x00000000U
|
||||||
#deifne LWRES_FLAG_TRUSTNOTREQUIRED 0x00000001U
|
#define LWRES_FLAG_TRUSTNOTREQUIRED 0x00000001U
|
||||||
#define LWRES_FLAG_TRUSTREQUIRED 0x00000010U
|
#define LWRES_FLAG_TRUSTREQUIRED 0x00000010U
|
||||||
#define LWRES_FLAG_TRUSTRESERVED 0x00000011U
|
#define LWRES_FLAG_TRUSTRESERVED 0x00000011U
|
||||||
#define LWRES_FLAG_TRUSTMASK 0x00000011U /* mask for the above */
|
#define LWRES_FLAG_TRUSTMASK 0x00000011U /* mask for the above */
|
||||||
|
Reference in New Issue
Block a user