diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-08-23 18:59:47 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-08-25 08:40:04 +1000 |
commit | e5a5ca028e645d2852a2a063730d4f51a3ee84b1 (patch) | |
tree | 8a9ac7f4a2e6944f2a2b98fc83de0dc3860eee96 | |
parent | d3a0ff311e07b1080f33319d521217aa48b483e3 (diff) | |
download | samba-e5a5ca028e645d2852a2a063730d4f51a3ee84b1.tar.gz samba-e5a5ca028e645d2852a2a063730d4f51a3ee84b1.tar.xz samba-e5a5ca028e645d2852a2a063730d4f51a3ee84b1.zip |
idl-nbt: fixed typo
-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 897abb26e4e..caf6da9f690 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, |