]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
The lpstat command always showed a remote job ID of 0 for shared printers
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 13 Aug 2010 00:57:49 +0000 (00:57 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 13 Aug 2010 00:57:49 +0000 (00:57 +0000)
(STR #3627)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9252 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.4.txt
systemv/lpstat.c

index 00fc922253d21003441e7ceff55f30ddbbb0f5e7..53d02749dee85276c3b1a48ae7a9e2670c783e60 100644 (file)
@@ -5,6 +5,8 @@ CHANGES IN CUPS V1.4.5
 
        - Documentation fixes (STR #3542)
        - Localization fixes (STR #3635, STR #3636)
+       - The lpstat command always showed a remote job ID of 0 for shared
+         printers (STR #3627)
        - Increased the write timeout for the libusb-based USB backend to 5
          minutes (STR #3595)
        - The libusb-base USB backend did not check whether the printer has a
index 32c240ca8be4f0748211e1c12ec1eaf9a1a7fa24..84320008a3298f4b3401c4934c60939b0bfde4b8 100644 (file)
@@ -1529,7 +1529,8 @@ show_printers(const char  *printers,      /* I - Destinations */
                };
   static const char *jattrs[] =                /* Attributes we need for jobs... */
                {
-                 "job-id"
+                 "job-id",
+                 "job-state"
                };