Index: ipp.c =================================================================== --- ipp.c (revision 6481) +++ ipp.c (working copy) @@ -1159,8 +1159,7 @@ * Stop polling if the job is finished or pending-held... */ - if (job_state->values[0].integer > IPP_JOB_PROCESSING || - job_state->values[0].integer == IPP_JOB_HELD) + if (job_state->values[0].integer > IPP_JOB_STOPPED) { if ((job_sheets = ippFindAttribute(response, "job-media-sheets-completed",