mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
s3:include: change current_user->vuid to uint64_t
metze
This commit is contained in:
parent
21e6db8f7e
commit
c0e5cc0686
@ -158,7 +158,7 @@ struct sys_notify_context {
|
||||
|
||||
struct current_user {
|
||||
struct connection_struct *conn;
|
||||
uint16 vuid;
|
||||
uint64_t vuid; /* SMB2 compat */
|
||||
struct security_unix_token ut;
|
||||
struct security_token *nt_user_token;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user