[Pkg-cups-devel] Bug#373839: kdelibs4c2a: Unable to print to CUPS server

Wolfgang Walter wolfgang.walter at studentenwerk.mhn.de
Thu Jul 20 11:24:16 UTC 2006


Hello,

this bug is not fixed.

I think it is bug STR #1717 (upstream):

http://www.cups.org/str.php?L1717

and was solved upstream 18.7.2006 (SVN: v5748)

The fix posted there was:

Index: http.c
===================================================================
--- http.c	(revision 5743)
+++ http.c	(working copy)
@@ -1809,6 +1809,16 @@
     return (1);
 
  /*
+  * Flush pending data, if any...
+  */
+
+  if (http->wused)
+  {
+    if (httpFlushWrite(http) < 0)
+      return (0);
+  }
+
+ /*
   * If not, check the SSL/TLS buffers and do a select() on the connection...
   */
=================================================================== 

-- 
Wolfgang Walter
Studentenwerk München
Anstalt des öffentlichen Rechts
Leiter EDV
Leopoldstraße 15
80802 München
http://www.studentenwerk.mhn.de/




More information about the Pkg-cups-devel mailing list