mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
DNS domain/server name constants were also swapped.
(This used to be commit 0666e34d7c8f0863148763932f60a65ad936f2c9)
This commit is contained in:
parent
50407e57dd
commit
4f0b44cceb
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user