summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index c565806116..bde644fa8c 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -309,7 +309,7 @@ typedef struct connection_struct {
*/
gid_t force_group_gid;
- uint16 vuid; /* vuid of user who *opened* this connection, or UID_FIELD_INVALID */
+ uint64_t vuid; /* vuid of user who *opened* this connection, or UID_FIELD_INVALID */
time_t lastused;
time_t lastused_count;