From: Stefan Metzmacher Date: Tue, 5 Jun 2012 11:05:43 +0000 (+0200) Subject: s3:include: change connection_struct->vuid to uint64_t X-Git-Tag: tevent-0.9.16~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a260a1d58a56054762fee17ca66e0f87a5aac85;p=thirdparty%2Fsamba.git s3:include: change connection_struct->vuid to uint64_t metze --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index c5658061161..bde644fa8c5 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;