diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 16:09:53 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:41 +0200 |
commit | c535668f7b203be96f002d88840338486a80f802 (patch) | |
tree | 208130686335508768da6590dddc703b1308ca0c /source3 | |
parent | 9ffb8f153287bb95e5189282c6f6b40ddf52ef61 (diff) | |
download | samba-c535668f7b203be96f002d88840338486a80f802.tar.gz samba-c535668f7b203be96f002d88840338486a80f802.tar.bz2 samba-c535668f7b203be96f002d88840338486a80f802.zip |
s3:smbd: let fcb_or_dos_open() take a uint64_t vuid
metze
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index a03109282e..e753e78a63 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -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) |