We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39684a1 commit 4c6286dCopy full SHA for 4c6286d
1 file changed
scheduler/job.c
@@ -3597,9 +3597,7 @@ finalize_job(cupsd_job_t *job, /* I - Job */
3597
3598
if (job->history)
3599
{
3600
- if (job->status &&
3601
- (job->state_value == IPP_JSTATE_ABORTED ||
3602
- job->state_value == IPP_JSTATE_STOPPED))
+ if (job->status)
3603
dump_job_history(job);
3604
else
3605
free_job_history(job);
0 commit comments