From: mike Date: Fri, 14 Dec 2012 19:01:47 +0000 (+0000) Subject: Check printer state and report printer-state-message while waiting for the job X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1868f11ccb04962a6394af8dd06e268e3fa5d415;p=thirdparty%2Fcups.git Check printer state and report printer-state-message while waiting for the job to finish... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10772 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/backend/ipp.c b/backend/ipp.c index c61d6c8b97..75191c20fe 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -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... */