1
0
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:
Volker Lendecke 2015-01-06 15:55:15 +00:00
parent b817ce6d91
commit d9c22a3af2

View File

@ -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,