summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
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
commit2475668af84129bf308c1b603ed30755b89194ca (patch)
treee89b21eb4f577786c381cf3688cfcbdca837b839 /source3/include/rpc_dce.h
parent7e5f267ee9baf3f25bf9b5d8af949f12f1ffbde9 (diff)
downloadsamba-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/include/rpc_dce.h')
-rw-r--r--source3/include/rpc_dce.h2
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 */