]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-support.c
Merge changes from CUPS 1.5svn-r9400
[thirdparty/cups.git] / cups / http-support.c
index 1c5697cc6722c3ae094efddeaf593b145fe5dc46..255f760e5a92e40c0a1582da49322807aca12e34 100644 (file)
@@ -1253,6 +1253,9 @@ httpStatus(http_status_t status)  /* I - HTTP status code */
     case HTTP_PKI_ERROR :
         s = _("SSL/TLS Negotiation Error");
        break;
+    case HTTP_WEBIF_DISABLED :
+        s = _("Web Interface is Disabled");
+       break;
 
     default :
         s = _("Unknown");