s3: smbd: Use get_original_lcomp() inside reply_mv().
authorJeremy Allison <jra@samba.org>
Thu, 26 Mar 2020 22:51:18 +0000 (15:51 -0700)
committerRalph Boehme <slow@samba.org>
Mon, 30 Mar 2020 14:45:31 +0000 (14:45 +0000)
commitaa80e9732f84626c36b8d7dce4cdd28c1d0be2e9
treecb3536fd5515f1b7c0f7f00970f4c41d62ba988a
parent7d2cb52163baed3cfd5e7f16cb42d513371d4cbf
s3: smbd: Use get_original_lcomp() inside reply_mv().

Pass to rename_internals().

Removes one more use of the struct member original_lcomp.

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