From 37a9736810d236420f13f158a10b13cf5f67a532 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Tue, 28 Apr 2020 18:24:59 +0200 Subject: [PATCH] smbd: copy twrp in cp_smb_filename() Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/lib/filename_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/lib/filename_util.c b/source3/lib/filename_util.c index 64677e54e3b..37dc6554018 100644 --- a/source3/lib/filename_util.c +++ b/source3/lib/filename_util.c @@ -225,6 +225,7 @@ struct smb_filename *cp_smb_filename(TALLOC_CTX *mem_ctx, } out->flags = in->flags; out->st = in->st; + out->twrp = in->twrp; return out; } -- 2.47.3