From: Stefan Metzmacher Date: Mon, 4 Jun 2012 12:37:45 +0000 (+0200) Subject: s3:includes: change vuid_cache_entry->vuid to uint64_t X-Git-Tag: tevent-0.9.16~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=defebd9e492b19fc91cfd1a07fa5554e1a636482;p=thirdparty%2Fsamba.git s3:includes: change vuid_cache_entry->vuid to uint64_t metze --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 7ce364a51b5..c5658061161 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -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; };