password_tries = 0;
else
{
- if (ipp_status != IPP_STATUS_ERROR_SERVICE_UNAVAILABLE &&
- ipp_status != IPP_STATUS_ERROR_BUSY)
- {
- ippDelete(response);
- ipp_status = IPP_STATUS_OK;
- break;
- }
- else if (ipp_status == IPP_STATUS_ERROR_INTERNAL)
+ if (ipp_status == IPP_STATUS_ERROR_INTERNAL)
{
waitjob_tries ++;
break;
}
}
+ else if (ipp_status != IPP_STATUS_ERROR_SERVICE_UNAVAILABLE &&
+ ipp_status != IPP_STATUS_ERROR_BUSY)
+ {
+ ippDelete(response);
+ ipp_status = IPP_STATUS_OK;
+ break;
+ }
}
if (response)