s3:include: change connection_struct->vuid to uint64_t
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jun 2012 11:05:43 +0000 (13:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jun 2012 08:18:40 +0000 (10:18 +0200)
metze

source3/include/vfs.h

index c5658061161c046ed07e16e97dbd0de88867c707..bde644fa8c5d4400dfe3bfee11fa74dec3af5643 100644 (file)
@@ -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;