summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 02:26:41 +0000
committerTim Potter <tpot@samba.org>2003-04-14 02:26:41 +0000
commit886d4e6fe2b4fc4a2c06014abdc2d796936bbcac (patch)
tree21d3912b77603c0aa0119b4d3373c7cc0c6f0b16 /source3/include
parente8a0a3d357d2aa714df44a57f2dd5103d8e1d02c (diff)
downloadsamba-886d4e6fe2b4fc4a2c06014abdc2d796936bbcac.tar.gz
samba-886d4e6fe2b4fc4a2c06014abdc2d796936bbcac.tar.bz2
samba-886d4e6fe2b4fc4a2c06014abdc2d796936bbcac.zip
Merge of new sid type (SID_NAME_COMPUTER) and tidyup.
(This used to be commit c91cf2b38df9f51dd6cb46f0742e1c57bb36b508)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index f6c60644be..75bc44d978 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -240,7 +240,6 @@ typedef struct nttime_info
/* SID Types */
enum SID_NAME_USE
{
- SID_NAME_USE_NONE = 0,/* NOTUSED */
SID_NAME_USER = 1, /* user */
SID_NAME_DOM_GRP = 2, /* domain group */
SID_NAME_DOMAIN = 3, /* domain: don't know what this is */