From 2475668af84129bf308c1b603ed30755b89194ca Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 8 Oct 1998 04:57:59 +0000 Subject: removed extra comma (some compilers don't like it). Luke, I fixed this yesterday as well! grumble. (This used to be commit da5234faa0373f5b913a135b2557f2ca9e30111c) --- source3/include/rpc_dce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 51a7631c4e..fe5f809f0d 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -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 */ -- cgit