From: Bernd Krumböck <krumboeck_at_universalnet.at> Fix endless loop in ipp backend (http://www.cups.org/str.php?L4194) --- --- a/package/feeds/packages/cups/patches/210-str4194.patch 1970-01-01 01:00:00.000000000 +0100 +++ b/package/feeds/packages/cups/patches/210-str4194.patch 2012-10-09 09:31:09.000000000 +0200 @@ -0,0 +1,11 @@ +--- cups-1.5.4/backend/ipp.c (revision 10619) ++++ cups-1.5.4/backend/ipp.c (working copy) +@@ -952,6 +952,8 @@ + _cupsLangPrintFilter(stderr, "ERROR", + _("Unable to get printer status.")); + sleep(10); ++ ++ httpReconnect(http); + } + + ippDelete(supported);
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
