]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: copy twrp in cp_smb_filename()
authorRalph Boehme <slow@samba.org>
Tue, 28 Apr 2020 16:24:59 +0000 (18:24 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 29 Apr 2020 16:39:41 +0000 (16:39 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/filename_util.c

index 64677e54e3bdcb681d6d53424a730636c34e200b..37dc6554018cda6392e8a68807a8c9dc1b422719 100644 (file)
@@ -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;
 }