Skip to content
  • Jonathan Marten's avatar
    nfs (v3): Centralise KIO error tracking and reporting · c685d3f4
    Jonathan Marten authored
    Instead of the NFSProtocol calling either SlaveBase::error() or
    SlaveBase::finished(), record the error in NFSSlave::setError() and call
    either error() or finished() in NFSSlave::finishOperation() as
    appropriate.  Ensures that either of these are only called once even if
    an error has to be reported by a low level function.
    c685d3f4