Fix endless loop in ipp backend (http://www.cups.org/str.php?L4194)

Changes since v3:
* Fix patch version number (sorry for confusion)

Signed-off-by: Bernd Krumböck <krumbo...@universalnet.at>
---
Index: net/cups/patches/210-str4194.patch
===================================================================
--- net/cups/patches/210-str4194.patch  (Revision 0)
+++ net/cups/patches/210-str4194.patch  (Revision 0)
@@ -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
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to