smbd: use filename_convert() in smb_file_rename_information()
authorRalph Boehme <slow@samba.org>
Thu, 26 Mar 2020 13:49:33 +0000 (14:49 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 27 Mar 2020 01:06:30 +0000 (01:06 +0000)
commit41fbfc279b9d0f784115e01ddaa231943df46329
treee07d5d32d428b970926359e8ee3803a8e70230d7
parentcd8c229d24faa61ccfc246cc6ac7349ce3f539db
smbd: use filename_convert() in smb_file_rename_information()

Replaces direct calls to resolve_dfspath_wcard() and filename_convert(). On the
way to consolidate all callers of pathname processing onto filename_convert().

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