From c8a0ce17bb5ca1c47a44779af53c9b197e268b59 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 29 Dec 2012 18:00:01 +0000 Subject: [PATCH] cups: Fix endless loop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix endless loop in ipp backend (http://www.cups.org/str.php?L4194) Signed-off-by: Bernd Krumböck Patchwork: http://patchwork.openwrt.org/patch/3070/ Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@34931 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/cups/patches/210-str4194.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/cups/patches/210-str4194.patch diff --git a/net/cups/patches/210-str4194.patch b/net/cups/patches/210-str4194.patch new file mode 100644 index 000000000..6784213d5 --- /dev/null +++ b/net/cups/patches/210-str4194.patch @@ -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);