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:
parent
b6e6594ce4
commit
85878f71d8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user