diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-16 23:40:59 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-16 23:40:59 +0000 |
commit | a785f8d2c90f3db579c781ca5f722cb5b695fcb4 (patch) | |
tree | c4927b78c9cc0db63d8c1625bb99e125cc98380d /source3/include/smb.h | |
parent | bad4e66489075fd5365e1bfdd8d1b8b633ae0004 (diff) | |
download | samba-a785f8d2c90f3db579c781ca5f722cb5b695fcb4.tar.gz samba-a785f8d2c90f3db579c781ca5f722cb5b695fcb4.tar.bz2 samba-a785f8d2c90f3db579c781ca5f722cb5b695fcb4.zip |
dce/rpc
(This used to be commit 29434f496c18e816d864060d68f357aea6ef5de8)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 05ea1bf7c7..4cc5599f44 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -490,6 +490,7 @@ typedef struct connection_struct name_compare_entry *hide_list; /* Per-share list of files to return as hidden. */ name_compare_entry *veto_list; /* Per-share list of files to veto (never show). */ name_compare_entry *veto_oplock_list; /* Per-share list of files to refuse oplocks on. */ + } connection_struct; struct current_user @@ -497,7 +498,7 @@ struct current_user connection_struct *conn; uint16 vuid; uid_t uid; - gid_t gid; + gid_t gid; int ngroups; gid_t *groups; }; |