2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Fixed typo.

This commit is contained in:
James Brister
2000-05-02 19:43:34 +00:00
parent 58ff88cca7
commit edcd66a7dd

View File

@@ -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 */