From 872b0919e122f72b3c5543949149c133621f54a4 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sat, 2 May 2020 10:28:00 +0200 Subject: [PATCH] vfs_default: set twrp in smb_fname in vfswrap_get_dos_attributes_getxattr_done() Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/modules/vfs_default.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index 69e9c5b13ed..0723eac1c7c 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -1783,6 +1783,7 @@ static void vfswrap_get_dos_attributes_getxattr_done(struct tevent_req *subreq) .base_name = path, .st = state->smb_fname->st, .flags = state->smb_fname->flags, + .twrp = state->smb_fname->twrp, }; offline = vfswrap_is_offline(state->conn, &smb_fname); -- 2.47.3