Re: [MOD] STR #4066: ipp backend endless Validate-Job loop o client-error-bad-request
Michael Sweet <[email protected]>
| Newsgroups | gmane.comp.printing.cups.bugs |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Closed w/Resolution] Fixed in Subversion repository. Link: http://www.cups.org/str.php?L4066 Version: 1.5.2 Fix Version: 1.6-current (r10451) _______________________________________________ cups-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/cups-bugs
str4066.patch
(text/plain, 419 B)
Index: backend/ipp.c
===================================================================
--- backend/ipp.c (revision 10448)
+++ backend/ipp.c (working copy)
@@ -1328,7 +1328,8 @@
"cups-ipp-missing-validate-job");
break;
}
- else if (ipp_status < IPP_REDIRECTION_OTHER_SITE)
+ else if (ipp_status < IPP_REDIRECTION_OTHER_SITE ||
+ ipp_status == IPP_BAD_REQUEST)
break;
}