]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Check printer state and report printer-state-message while waiting for the job
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 14 Dec 2012 19:01:47 +0000 (19:01 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 14 Dec 2012 19:01:47 +0000 (19:01 +0000)
to finish...

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

backend/ipp.c

index c61d6c8b97b009771ae91fa8424ebec33a573136..75191c20feba7e8edf19866bbc315a9d60b26bb9 100644 (file)
@@ -1872,6 +1872,12 @@ main(int  argc,                          /* I - Number of command-line args */
 
       backendCheckSideChannel(snmp_fd, http->hostaddr);
 
+     /*
+      * Check printer state...
+      */
+
+      check_printer_state(http, uri, resource, argv[2], version);
+
      /*
       * Build an IPP_GET_JOB_ATTRIBUTES request...
       */