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

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

metze
This commit is contained in:
Stefan Metzmacher 2012-06-05 15:39:44 +02:00
parent 484cb4e43e
commit 2477c73b62
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ struct fake_file_handle {
enum FAKE_FILE_TYPE is_fake_file_path(const char *path);
enum FAKE_FILE_TYPE is_fake_file(const struct smb_filename *smb_fname);
NTSTATUS open_fake_file(struct smb_request *req, connection_struct *conn,
uint16_t current_vuid,
uint64_t current_vuid,
enum FAKE_FILE_TYPE fake_file_type,
const struct smb_filename *smb_fname,
uint32 access_mask,

View File

@ -120,7 +120,7 @@ enum FAKE_FILE_TYPE is_fake_file(const struct smb_filename *smb_fname)
****************************************************************************/
NTSTATUS open_fake_file(struct smb_request *req, connection_struct *conn,
uint16_t current_vuid,
uint64_t current_vuid,
enum FAKE_FILE_TYPE fake_file_type,
const struct smb_filename *smb_fname,
uint32 access_mask,