From: Ralph Boehme Date: Sat, 2 May 2020 08:28:44 +0000 (+0200) Subject: vfs_fruit: set twrp in smb_fname in fruit_fstat_meta_stream() X-Git-Tag: ldb-2.2.0~671 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c289f58b8ca17d39694a8df2e5679c229c839f5d;p=thirdparty%2Fsamba.git vfs_fruit: set twrp in smb_fname in fruit_fstat_meta_stream() Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- 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);