From: mike Date: Thu, 12 May 2011 19:17:16 +0000 (+0000) Subject: Need "+" on cups-remote-xxx states. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbc9263b9dafce3cf5777b41947d974b064aea4e;p=thirdparty%2Fcups.git Need "+" on cups-remote-xxx states. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9775 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/backend/ipp.c b/backend/ipp.c index 2fd3beb63f..1189c05222 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -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 */