summaryrefslogtreecommitdiff
path: root/source4/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/smb.h')
-rw-r--r--source4/include/smb.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h
index 7988a500fa..1de1680783 100644
--- a/source4/include/smb.h
+++ b/source4/include/smb.h
@@ -280,7 +280,7 @@ typedef struct sid_info
typedef struct nt_user_token {
size_t num_sids;
- DOM_SID *user_sids;
+ struct dom_sid **user_sids;
} NT_USER_TOKEN;
/* 32 bit time (sec) since 01jan1970 - cifs6.txt, section 3.5, page 30 */
@@ -1080,10 +1080,6 @@ typedef struct user_struct
struct user_struct *next, *prev;
uint16 vuid; /* Tag for this entry. */
- BOOL guest;
-
- NT_USER_TOKEN *nt_user_token;
-
DATA_BLOB session_key;
char *session_keystr; /* used by utmp and pam session code.