From da5234faa0373f5b913a135b2557f2ca9e30111c 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. --- source/include/rpc_dce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/rpc_dce.h b/source/include/rpc_dce.h index 51a7631c4ed..fe5f809f0d1 100644 --- a/source/include/rpc_dce.h +++ b/source/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