]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't cancel a job after pausing the print queue.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 19 Oct 2012 18:22:18 +0000 (18:22 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 19 Oct 2012 18:22:18 +0000 (18:22 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10654 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/job.c

index a609b8a1f348254234aa05f07cd225c0c6fc0e76..91920c8e53d70eac57eb1b94f80bf973e0bd4fa4 100644 (file)
@@ -2990,10 +2990,11 @@ finalize_job(cupsd_job_t *job,          /* I - Job */
   job->profile = NULL;
 
  /*
-  * Clear the unresponsive job watchdog timer...
+  * Clear the unresponsive job watchdog timers...
   */
 
-  job->kill_time = 0;
+  job->cancel_time = 0;
+  job->kill_time   = 0;
 
  /*
   * Close pipes and status buffer...