[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#645436: Fix for this issue



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


Reply to: