1
0
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:
Andrew Tridgell
-
parent 5d92e00397
commit da5234faa0

View File

@@ -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 */