s3:include: change current_user->vuid to uint64_t
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jun 2012 13:21:52 +0000 (15:21 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jun 2012 08:18:40 +0000 (10:18 +0200)
metze

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