1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:smbd: let fcb_or_dos_open() take a uint64_t vuid

metze
This commit is contained in:
Stefan Metzmacher 2012-06-05 16:09:53 +02:00
parent 9ffb8f1532
commit c535668f7b

View 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)