struct smb_request *req,
struct smb_filename *smb_fname_src,
struct smb_filename *smb_fname_dst,
+ const char *dst_original_lcomp,
uint32_t attrs,
bool replace_if_exists,
bool src_has_wild,
struct smb_request *req,
struct smb_filename *smb_fname_src,
struct smb_filename *smb_fname_dst,
+ const char *dst_original_lcomp,
uint32_t attrs,
bool replace_if_exists,
bool src_has_wild,
conn->short_case_preserve,
smb_fname_str_dbg(smb_fname_src),
smb_fname_str_dbg(smb_fname_dst),
- smb_fname_dst->original_lcomp));
+ dst_original_lcomp));
/* The dest name still may have wildcards. */
if (dest_has_wild) {
status = rename_internals_fsp(conn,
fsp,
smb_fname_dst,
- smb_fname_dst->original_lcomp,
+ dst_original_lcomp,
attrs,
replace_if_exists);
req,
smb_fname_src,
smb_fname_dst,
+ smb_fname_dst->original_lcomp,
attrs,
false,
src_has_wcard,