From: Bernd Krumböck <krumbo...@universalnet.at>

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

Signed-off-by: Bernd Krumböck <krumbo...@universalnet.at>
---
diff -urN a/net/cups/patches/210-str4194.patch 
b/net/cups/patches/210-str4194.patch
--- a/net/cups/patches/210-str4194.patch        1970-01-01 01:00:00.000000000 
+0100
+++ b/net/cups/patches/210-str4194.patch        2012-11-06 17:30:45.000000000 
+0100
@@ -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