s3:include: change current_user->vuid to uint64_t
[kai/samba.git] / source3 / include / smb.h
index 811921e79058dcb0e29ecb209e827d49593ede2e..832438f5a9aed2db442c9884161e313baf7c6945 100644 (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;
 };