1
0
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:
Stefan Metzmacher 2012-06-05 15:21:52 +02:00
parent 21e6db8f7e
commit c0e5cc0686

View File

@ -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;
};