summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 10:08:08 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 10:08:08 +0000
commitc1d2d4e27125cbd463f520d1109e7c7988b58222 (patch)
tree8a1709e45b387cf5517d794461999199334773ba /source
parent96fc2856bcb1424f69ecf513f7b685bec08dcb1f (diff)
downloadsamba-c1d2d4e27125cbd463f520d1109e7c7988b58222.tar.gz
remoevd a misplaced comma
Diffstat (limited to 'source')
-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 31964d4f378..4362b40cd2a 100644
--- a/source/include/rpc_dce.h
+++ b/source/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 */