]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add missing client-error-not-fetchable status code.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 20 Nov 2015 02:32:42 +0000 (02:32 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 20 Nov 2015 02:32:42 +0000 (02:32 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12995 a1ca3aef-8c08-0410-bb20-df032aa958be

cups/ipp-support.c
cups/ipp.h

index c5f84de86ebf364760ccbdc28029e4002cb979b1..f7a61e6a4b509cd39575bf7c06e466946cc299fa 100644 (file)
@@ -78,7 +78,8 @@ static const char * const ipp_status_oks[] =  /* "OK" status codes */
                  "client-error-account-info-needed",
                  "client-error-account-closed",
                  "client-error-account-limit-reached",
-                 "client-error-account-authorization-failed"
+                 "client-error-account-authorization-failed",
+                 "client-error-not-fetchable"
                },
                * const ipp_status_480s[] =     /* Vendor client errors */
                {
index 3432478f1b9bd541fd182951d84495b9b2f23077..3461d658e4f35cdcbe968b546c8891664ac3836e 100644 (file)
@@ -536,6 +536,7 @@ typedef enum ipp_status_e           /**** IPP status codes ****/
                                        /* client-error-account-limit-reached */
   IPP_STATUS_ERROR_ACCOUNT_AUTHORIZATION_FAILED,
                                        /* client-error-account-authorization-failed */
+  IPP_STATUS_ERROR_NOT_FETCHABLE,      /* client-error-not-fetchable */
 
   /* Legacy status codes for paid printing */
   IPP_STATUS_ERROR_CUPS_ACCOUNT_INFO_NEEDED = 0x049C,