mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
vfs_fruit: fix base_fsp name conversion
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
b817ce6d91
commit
d9c22a3af2
@ -2877,7 +2877,7 @@ static int fruit_fstat(vfs_handle_struct *handle, files_struct *fsp,
|
||||
smb_fname_str_dbg(fsp->fsp_name)));
|
||||
|
||||
if (fsp->base_fsp) {
|
||||
tmp_base_name = fsp->fsp_name->base_name;
|
||||
tmp_base_name = fsp->base_fsp->fsp_name->base_name;
|
||||
/* fsp_name is not converted with vfs_catia */
|
||||
status = SMB_VFS_TRANSLATE_NAME(
|
||||
handle->conn,
|
||||
|
Loading…
Reference in New Issue
Block a user