Skip to content
Snippets Groups Projects

Do not call SetErrorForJob before the job is done

Merged Morten Ofstad requested to merge feature/morten.ofstad/NoSetErrorForJobBeforeDone into master
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -2032,10 +2032,6 @@ bool VolumeDataRequestProcessor::WaitForCompletion(int64_t jobID, int millisecon
m_jobs.erase(job_it);
return true;
}
if (job->cancelled)
{
SetErrorForJob(job);
}
return false;
}
Loading