mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
Fixed typo.
This commit is contained in:
parent
58ff88cca7
commit
edcd66a7dd
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@
|
|||
*
|
||||
*/
|
||||
#define LWRES_FLAG_TRUSTDEFAULT 0x00000000U
|
||||
#deifne LWRES_FLAG_TRUSTNOTREQUIRED 0x00000001U
|
||||
#define LWRES_FLAG_TRUSTNOTREQUIRED 0x00000001U
|
||||
#define LWRES_FLAG_TRUSTREQUIRED 0x00000010U
|
||||
#define LWRES_FLAG_TRUSTRESERVED 0x00000011U
|
||||
#define LWRES_FLAG_TRUSTMASK 0x00000011U /* mask for the above */
|
||||
|
|
|
|||
Loading…
Reference in a new issue