summaryrefslogtreecommitdiff
path: root/source3/include/fake_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/fake_file.h')
-rw-r--r--source3/include/fake_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/fake_file.h b/source3/include/fake_file.h
index 0581fbcea5..da0c35bb73 100644
--- a/source3/include/fake_file.h
+++ b/source3/include/fake_file.h
@@ -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,