From 5e9ffa9959413f2c65f21f65d39b3687cd2e54c8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Oct 1998 10:08:08 +0000 Subject: remoevd a misplaced comma (This used to be commit c1d2d4e27125cbd463f520d1109e7c7988b58222) --- source3/include/rpc_dce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/rpc_dce.h') diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 31964d4f37..4362b40cd2 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -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 */ -- cgit