diff options
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/nbt.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl index 897abb26e4..caf6da9f69 100644 --- a/librpc/idl/nbt.idl +++ b/librpc/idl/nbt.idl @@ -369,7 +369,7 @@ interface nbt NETLOGON_NT_VERSION_5EX = 0x00000004, NETLOGON_NT_VERSION_5EX_WITH_IP = 0x00000008, NETLOGON_NT_VERSION_WITH_CLOSEST_SITE = 0x00000010, - NETLOGON_NT_VERSION_AVIOD_NT4EMUL = 0x01000000, + NETLOGON_NT_VERSION_AVOID_NT4EMUL = 0x01000000, NETLOGON_NT_VERSION_PDC = 0x10000000, NETLOGON_NT_VERSION_IP = 0x20000000, NETLOGON_NT_VERSION_LOCAL = 0x40000000, |