mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
vfs_posix_eadb: support real dirfsps in posix_eadb_unlinkat()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
304e7955f1
commit
469ff4ad0e
@ -426,7 +426,6 @@ static int posix_eadb_unlinkat(vfs_handle_struct *handle,
|
|||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
SMB_ASSERT(dirfsp == dirfsp->conn->cwd_fsp);
|
|
||||||
if (flags & AT_REMOVEDIR) {
|
if (flags & AT_REMOVEDIR) {
|
||||||
ret = posix_eadb_rmdir_internal(handle,
|
ret = posix_eadb_rmdir_internal(handle,
|
||||||
dirfsp,
|
dirfsp,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user