diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 10:08:08 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 10:08:08 +0000 |
commit | 5e9ffa9959413f2c65f21f65d39b3687cd2e54c8 (patch) | |
tree | 7b7c595fcbaa50b2e034dc5911f19a533f9a09e9 /source3 | |
parent | c8450c10f114e61a638bcc78511df768c9762fe9 (diff) | |
download | samba-5e9ffa9959413f2c65f21f65d39b3687cd2e54c8.tar.gz samba-5e9ffa9959413f2c65f21f65d39b3687cd2e54c8.tar.bz2 samba-5e9ffa9959413f2c65f21f65d39b3687cd2e54c8.zip |
remoevd a misplaced comma
(This used to be commit c1d2d4e27125cbd463f520d1109e7c7988b58222)
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 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 */ |