sitter accepted this revision.
sitter added a comment.

  I do wonder if maybe more granular return value handling of the smb truncate 
would be in order, but then I suppose the most relevant error is EACCES and 
that'd be handled at opening ¯\_(ツ)_/¯
  
  LGTM

INLINE COMMENTS

> dfaure wrote in kio_sftp.cpp:1497
> self-assignment in some cases is a weird thing to do.
> Why not if (errorCode==..) { errorCode = ..; } ?

I'd just get rid of the assignment TBH. The line below is the last place 
errorCode is used anyway, so the ternary could just move there.

REPOSITORY
  R320 KIO Extras

REVISION DETAIL
  https://phabricator.kde.org/D26191

To: feverfew, sitter, dfaure, fvogt
Cc: kde-frameworks-devel, kfm-devel, ngraham, pberestov, iasensio, fprice, 
LeGast00n, MrPepe, fbampaloukas, alexde, GB_2, Codezela, feverfew, meven, 
michaelh, spoorun, navarromorales, firef, andrebarros, bruns, emmanuelp, 
mikesomov

Reply via email to