Skip to content
Commit c685d3f4 authored by Jonathan Marten's avatar Jonathan Marten
Browse files

nfs (v3): Centralise KIO error tracking and reporting

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.
parent 96432dbe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment