Re: [MOD] STR #4194: ipp backend endless loop
Michael Sweet <[email protected]> Sun, 30 Sep 2012 19:10:56 -0700 (PDT)
| 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?L4194 Version: 1.5.4 Fix Version: 1.7-current (r10623) _______________________________________________ cups-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/cups-bugs
str4194.patch
(text/plain, 362 B)
Index: backend/ipp.c
===================================================================
--- backend/ipp.c (revision 10619)
+++ backend/ipp.c (working copy)
@@ -952,6 +952,8 @@
_cupsLangPrintFilter(stderr, "ERROR",
_("Unable to get printer status."));
sleep(10);
+
+ httpReconnect(http);
}
ippDelete(supported);