summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-28 04:33:29 +0000
committerTim Potter <tpot@samba.org>2003-05-28 04:33:29 +0000
commit587bd1b83d13ab83aca28bd543755c5862ed8e75 (patch)
tree0ddc57b377d554d3f617c45f5e9a8716de1b2361 /source/include
parente063c95bd5609e6aeade2d88e5cd9286d033971c (diff)
downloadsamba-587bd1b83d13ab83aca28bd543755c5862ed8e75.tar.gz
samba-587bd1b83d13ab83aca28bd543755c5862ed8e75.tar.xz
samba-587bd1b83d13ab83aca28bd543755c5862ed8e75.zip
Merge of NTLMSSP name type fix from 3.0
Diffstat (limited to 'source/include')
-rw-r--r--source/include/ntlmssp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/ntlmssp.h b/source/include/ntlmssp.h
index f0278ffece8..cfbbb00381a 100644
--- a/source/include/ntlmssp.h
+++ b/source/include/ntlmssp.h
@@ -62,8 +62,8 @@ enum NTLM_MESSAGE_TYPE
#define NTLMSSP_NEGOTIATE_KEY_EXCH 0x40000000
#define NTLMSSP_NEGOTIATE_080000000 0x80000000
-#define NTLMSSP_NAME_TYPE_DOMAIN 0x01
-#define NTLMSSP_NAME_TYPE_SERVER 0x02
+#define NTLMSSP_NAME_TYPE_SERVER 0x01
+#define NTLMSSP_NAME_TYPE_DOMAIN 0x02
#define NTLMSSP_NAME_TYPE_DOMAIN_DNS 0x03
#define NTLMSSP_NAME_TYPE_SERVER_DNS 0x04