diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/fake_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/fake_file.c b/source3/smbd/fake_file.c index 95f6f932d9..01235baaff 100644 --- a/source3/smbd/fake_file.c +++ b/source3/smbd/fake_file.c @@ -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, |