s3: smbd: Use get_original_lcomp() inside smb_file_rename_information().
authorJeremy Allison <jra@samba.org>
Thu, 26 Mar 2020 23:18:53 +0000 (16:18 -0700)
committerRalph Boehme <slow@samba.org>
Mon, 30 Mar 2020 14:45:31 +0000 (14:45 +0000)
commit5104ec8dec8c0bcf05bfa8569d54dc55b3b8bc22
tree3b0f24c4982f3ae385d4b29fbea508567d692ad8
parentd7f2143206ebc5d1ac8e0add273147b5da94b3b7
s3: smbd: Use get_original_lcomp() inside smb_file_rename_information().

Pass to rename_internals_fsp() and rename_internals().

Removes the last uses of the struct member original_lcomp
outside of the filename and struct util copying code.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/trans2.c