summaryrefslogtreecommitdiffstats
path: root/net/cups/patches/210-str4194.patch
blob: 6784213d5b0bb217811269cc7b0f7bae1fd48874 (plain)
1
2
3
4
5
6
7
8
9
10
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);