summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-08 04:57:59 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-08 04:57:59 +0000
commitda5234faa0373f5b913a135b2557f2ca9e30111c (patch)
tree26d134ffe42cb47176999a78681d4ed146f978fe
parent5d92e003978f02e53c0886508ccefc8c24ec1bbf (diff)
downloadsamba-da5234faa0373f5b913a135b2557f2ca9e30111c.tar.gz
removed extra comma (some compilers don't like it).
Luke, I fixed this yesterday as well! grumble.
-rw-r--r--source/include/rpc_dce.h2
1 files changed, 1 insertions, 1 deletions
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 */