mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
removed extra comma (some compilers don't like it).
Luke, I fixed this yesterday as well! grumble.
This commit is contained in:
@@ -48,7 +48,7 @@ enum NTLM_MESSAGE_TYPE
|
||||
NTLMSSP_NEGOTIATE = 1,
|
||||
NTLMSSP_CHALLENGE = 2,
|
||||
NTLMSSP_AUTH = 3,
|
||||
NTLMSSP_UNKNOWN = 4,
|
||||
NTLMSSP_UNKNOWN = 4
|
||||
};
|
||||
|
||||
/* NTLMSSP negotiation flags */
|
||||
|
||||
Reference in New Issue
Block a user