diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 756737af1d..300fd9872a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1608,8 +1608,10 @@ struct ncacn_np #include "rpc_secdes.h" #include "nt_printing.h" -typedef struct +typedef struct user_struct { + struct user_struct *next, *prev; + uint16 vuid; /* Tag for this entry. */ uid_t uid; /* uid of a validated user */ gid_t gid; /* gid of a validated user */ |