call smb_cutime on the correct url to actually set mtime properly
ClosedPublic

Authored by sitter on Feb 12 2020, 3:38 PM.

Details

Summary

since the introduction of partial resume dstUrl would can be the .part url
whereas dstOrigUrl is the final destination url.

i.e.
we called smbc_utime on smb://foo/bar.part rather than smb://foo/bar

BUG: 356651
FIXED-IN: 19.12.3

Test Plan

moving file to smb retains mtime

Diff Detail

Repository
R320 KIO Extras
Branch
bug356651
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 22406
Build 22424: arc lint + arc unit
sitter created this revision.Feb 12 2020, 3:38 PM
Restricted Application added projects: Dolphin, Frameworks. · View Herald TranscriptFeb 12 2020, 3:38 PM
Restricted Application added subscribers: kfm-devel, kde-frameworks-devel. · View Herald Transcript
sitter requested review of this revision.Feb 12 2020, 3:38 PM
ngraham accepted this revision.Feb 12 2020, 4:42 PM

It works! Fantastic!

This revision is now accepted and ready to land.Feb 12 2020, 4:42 PM
This revision was automatically updated to reflect the committed changes.