From c289f58b8ca17d39694a8df2e5679c229c839f5d Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sat, 2 May 2020 10:28:44 +0200 Subject: [PATCH] vfs_fruit: set twrp in smb_fname in fruit_fstat_meta_stream() Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/modules/vfs_fruit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index 5579988217a..a9785e5b4a2 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -3150,6 +3150,7 @@ static int fruit_fstat_meta_stream(vfs_handle_struct *handle, smb_fname = (struct smb_filename) { .base_name = fsp->fsp_name->base_name, + .twrp = fsp->fsp_name->twrp, }; ret = fruit_stat_base(handle, &smb_fname, false); -- 2.47.3