diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-08 04:57:59 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-08 04:57:59 +0000 |
commit | 2475668af84129bf308c1b603ed30755b89194ca (patch) | |
tree | e89b21eb4f577786c381cf3688cfcbdca837b839 /source3 | |
parent | 7e5f267ee9baf3f25bf9b5d8af949f12f1ffbde9 (diff) | |
download | samba-2475668af84129bf308c1b603ed30755b89194ca.tar.gz samba-2475668af84129bf308c1b603ed30755b89194ca.tar.bz2 samba-2475668af84129bf308c1b603ed30755b89194ca.zip |
removed extra comma (some compilers don't like it).
Luke, I fixed this yesterday as well! grumble.
(This used to be commit da5234faa0373f5b913a135b2557f2ca9e30111c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/rpc_dce.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |