diff options
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r-- | source3/smbd/vfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index fc43eebcadf..89180e46e1e 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -2233,7 +2233,7 @@ NTSTATUS smb_vfs_call_streaminfo(struct vfs_handle_struct *handle, } int smb_vfs_call_get_real_filename(struct vfs_handle_struct *handle, - const char *path, + const struct smb_filename *path, const char *name, TALLOC_CTX *mem_ctx, char **found_name) |