From 5a260a1d58a56054762fee17ca66e0f87a5aac85 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 13:05:43 +0200 Subject: s3:include: change connection_struct->vuid to uint64_t metze --- source3/include/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/vfs.h') 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; -- cgit