DNS domain/server name constants were also swapped.
authorTim Potter <tpot@samba.org>
Wed, 28 May 2003 05:14:10 +0000 (05:14 +0000)
committerTim Potter <tpot@samba.org>
Wed, 28 May 2003 05:14:10 +0000 (05:14 +0000)
(This used to be commit 0666e34d7c8f0863148763932f60a65ad936f2c9)

source3/include/ntlmssp.h

index cfbbb00381aec152c647389ff5647efe78c9e1da..067b2a58800bdfed778e2fe4c0dc0aae49c561a5 100644 (file)
@@ -64,8 +64,8 @@ enum NTLM_MESSAGE_TYPE
 
 #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
+#define NTLMSSP_NAME_TYPE_SERVER_DNS  0x03
+#define NTLMSSP_NAME_TYPE_DOMAIN_DNS  0x04
 
 typedef struct ntlmssp_state 
 {