summaryrefslogtreecommitdiff
path: root/source3/include/ntlmssp.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-28 04:32:26 +0000
committerTim Potter <tpot@samba.org>2003-05-28 04:32:26 +0000
commit50407e57dd73b2875120ef0ec6f9a78c166e77ab (patch)
treee96e8b330967bde3079c9304ebdcb6d0e5c82b14 /source3/include/ntlmssp.h
parent28e8caf634237af0743f26dff5a64833f602d28b (diff)
downloadsamba-50407e57dd73b2875120ef0ec6f9a78c166e77ab.tar.gz
samba-50407e57dd73b2875120ef0ec6f9a78c166e77ab.tar.bz2
samba-50407e57dd73b2875120ef0ec6f9a78c166e77ab.zip
The constants for NetBIOS domain and server names in a NTLMSSP name list were
swapped. (This used to be commit 92be28aa4a6ff42c601e9d2de978265a6c2e8c46)
Diffstat (limited to 'source3/include/ntlmssp.h')
-rw-r--r--source3/include/ntlmssp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h
index f0278ffece..cfbbb00381 100644
--- a/source3/include/ntlmssp.h
+++ b/source3/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