Here is the fix that will be going into the next 1.6 and 1.7 releases:

Index: cups/http-support.c
===================================================================
--- cups/http-support.c (revision 11057)
+++ cups/http-support.c (working copy)
@@ -1326,6 +1326,9 @@
 
   switch (status)
   {
+    case HTTP_ERROR :
+        s = strerror(errno);
+        break;
     case HTTP_CONTINUE :
         s = _("Continue");
        break;

_________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to