From a366b756a1e0118295eb94b7393e3f476f39862c Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Mon, 22 Jun 2020 15:04:18 +0200 Subject: [PATCH] vfs_fruit: avoid using fsp->dirsp fsp->dirfsp will eventually go away again. Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/modules/vfs_fruit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index 1eacd912531..90eaea4d911 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -2468,7 +2468,7 @@ static ssize_t fruit_pwrite_meta_stream(vfs_handle_struct *handle, } fd = SMB_VFS_NEXT_OPENAT(handle, - fsp->dirfsp, + fsp->conn->cwd_fsp, fsp->fsp_name, fsp, fio->flags, -- 2.47.3