No need to update mtime and etag after a move

The server keeps the mtime and etag anyway.
And changing the mtime also changes the etag and so make other clients re-download
the file instead of detecting the move
This commit is contained in:
Olivier Goffart 2014-10-01 11:20:21 +02:00 committed by Markus Goetz
parent 1543899795
commit 5471bfd5a8

View file

@ -293,9 +293,6 @@ void PropagateRemoteRename::start()
if (updateErrorFromSession(rc)) {
return;
}
if (!updateMTimeAndETag(uri2.data(), _item._modtime))
return;
}
// Wed, 15 Nov 1995 06:25:24 GMT
QDateTime dt = QDateTime::currentDateTimeUtc();