]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Need "+" on cups-remote-xxx states.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 12 May 2011 19:17:16 +0000 (19:17 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 12 May 2011 19:17:16 +0000 (19:17 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9775 7a7537e8-13f0-0310-91df-b6672ffda945

backend/ipp.c

index 2fd3beb63f79352d224706518f72ac79b6639961..1189c0522287b6dff2034feaed63945f6c0d9754 100644 (file)
@@ -114,13 +114,13 @@ static const char * const pattrs[] =      /* Printer attributes we want */
 };
 static const char * const remote_job_states[] =
 {                                      /* Remote job state keywords */
-  "cups-remote-pending",
-  "cups-remote-pending-held",
-  "cups-remote-processing",
-  "cups-remote-stopped",
-  "cups-remote-canceled",
-  "cups-remote-aborted",
-  "cups-remote-completed"
+  "+cups-remote-pending",
+  "+cups-remote-pending-held",
+  "+cups-remote-processing",
+  "+cups-remote-stopped",
+  "+cups-remote-canceled",
+  "+cups-remote-aborted",
+  "+cups-remote-completed"
 };
 static _cups_mutex_t   report_mutex = _CUPS_MUTEX_INITIALIZER;
                                        /* Mutex to control access */