diff --git a/smb/kio_smb_dir.cpp b/smb/kio_smb_dir.cpp --- a/smb/kio_smb_dir.cpp +++ b/smb/kio_smb_dir.cpp @@ -604,7 +604,7 @@ struct utimbuf utbuf; utbuf.actime = st.st_atime; // access time, unchanged utbuf.modtime = dt.toTime_t(); // modification time - smbc_utime( dstUrl.toSmbcUrl(), &utbuf ); + smbc_utime( dstOrigUrl.toSmbcUrl(), &utbuf ); } } #endif