summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_not_implemented.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-04-30 16:40:28 +0200
committerJeremy Allison <jra@samba.org>2020-05-05 19:18:41 +0000
commitf9c670608090fc22ccb48a29eed16bc44c9e75fd (patch)
tree9b9138f0ba0bf878ffe624ba4100094bdd8e84d0 /source3/modules/vfs_not_implemented.c
parent0c61b2658b003894f69d69198edc512943943157 (diff)
downloadsamba-f9c670608090fc22ccb48a29eed16bc44c9e75fd.tar.gz
smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filename
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/modules/vfs_not_implemented.c')
-rw-r--r--source3/modules/vfs_not_implemented.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_not_implemented.c b/source3/modules/vfs_not_implemented.c
index cb770790479..f5cd002d897 100644
--- a/source3/modules/vfs_not_implemented.c
+++ b/source3/modules/vfs_not_implemented.c
@@ -646,7 +646,7 @@ NTSTATUS vfs_not_implemented_streaminfo(struct vfs_handle_struct *handle,
}
int vfs_not_implemented_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)