1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

vfs_catia: forward pathref fsp in catia_unlinkat()

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2021-01-20 14:59:36 +01:00 committed by Jeremy Allison
parent b6e6594ce4
commit 85878f71d8

View File

@ -683,6 +683,8 @@ static int catia_unlinkat(vfs_handle_struct *handle,
}
smb_fname_tmp->base_name = name;
smb_fname_tmp->fsp = smb_fname->fsp;
ret = SMB_VFS_NEXT_UNLINKAT(handle,
dirfsp,
smb_fname_tmp,