Skip to content

Don't automatically call finished() from WorkerBase for CMD_SPECIAL

CMD_SPECIAL is (or at least can be?, since it's worker-specific) like CMD_SEEK: it can return an error, or nothing in case of success. This fixes an, at least for me, very frequently occurring assertion failure in kio_sftp in SlaveBase::finished(): if (d->m_state == d->FinishedCalled) { KIO_STATE_ASSERT(false, [...]

Merge request reports