]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:includes: change vuid_cache_entry->vuid to uint64_t
authorStefan Metzmacher <metze@samba.org>
Mon, 4 Jun 2012 12:37:45 +0000 (14:37 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jun 2012 08:18:40 +0000 (10:18 +0200)
metze

source3/include/vfs.h

index 7ce364a51b5155fede8eb7882b30f3485f34320b..c5658061161c046ed07e16e97dbd0de88867c707 100644 (file)
@@ -251,7 +251,7 @@ typedef struct files_struct {
 
 struct vuid_cache_entry {
        struct auth_session_info *session_info;
-       uint16_t vuid;
+       uint64_t vuid; /* SMB2 compat */
        bool read_only;
 };