]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Add 'const char *dst_original_lcomp' parameter to rename_internals()
authorJeremy Allison <jra@samba.org>
Thu, 26 Mar 2020 01:41:10 +0000 (18:41 -0700)
committerRalph Boehme <slow@samba.org>
Mon, 30 Mar 2020 14:45:30 +0000 (14:45 +0000)
commit6c6e5d52ea31f6ddc81823603573c4e3f1a6e93c
treed776e7d2b23970ed8f0f919c4e792812a4a115ec
parent6c53372a3ea79d0f799c99fe3a63c40d54d5ca01
s3: smbd: Add 'const char *dst_original_lcomp' parameter to rename_internals()

Pass through the existing smb_fname_dst->original_lcomp
parameter so no logic change. Preparing to remove the
use of original_lcomp.

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