]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:smbd: let fcb_or_dos_open() take a uint64_t vuid
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jun 2012 14:09:53 +0000 (16:09 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jun 2012 08:18:41 +0000 (10:18 +0200)
metze

source3/smbd/open.c

index a03109282ed3fbb21aeb13a6c188c74dc88541e1..e753e78a63bb58f6b7e8e702a3a529b5113d325e 100644 (file)
@@ -1428,7 +1428,7 @@ static NTSTATUS fcb_or_dos_open(struct smb_request *req,
                                const struct smb_filename *smb_fname,
                                struct file_id id,
                                uint16 file_pid,
-                               uint16 vuid,
+                               uint64_t vuid,
                                uint32 access_mask,
                                uint32 share_access,
                                uint32 create_options)