1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

remoevd a misplaced comma

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 96fc2856bc
commit c1d2d4e271

View File

@ -47,7 +47,7 @@ enum NTLM_MESSAGE_TYPE
NTLMSSP_NEGOTIATE = 1,
NTLMSSP_CHALLENGE = 2,
NTLMSSP_AUTH = 3,
NTLMSSP_UNKNOWN = 4,
NTLMSSP_UNKNOWN = 4
};
/* NTLMSSP negotiation flags */