22 lines
772 B
Diff
22 lines
772 B
Diff
diff -up cups-1.7.0/scheduler/ipp.c.str4326 cups-1.7.0/scheduler/ipp.c
|
|
--- cups-1.7.0/scheduler/ipp.c.str4326 2014-01-07 09:43:18.046423961 +0000
|
|
+++ cups-1.7.0/scheduler/ipp.c 2014-01-07 09:44:21.774711070 +0000
|
|
@@ -3,7 +3,7 @@
|
|
*
|
|
* IPP routines for the CUPS scheduler.
|
|
*
|
|
- * Copyright 2007-2013 by Apple Inc.
|
|
+ * Copyright 2007-2014 by Apple Inc.
|
|
* Copyright 1997-2007 by Easy Software Products, all rights reserved.
|
|
*
|
|
* This file contains Kerberos support code, copyright 2006 by
|
|
@@ -6318,7 +6318,7 @@ get_jobs(cupsd_client_t *con, /* I - C
|
|
{
|
|
job_comparison = -1;
|
|
job_state = IPP_JOB_STOPPED;
|
|
- list = Jobs;
|
|
+ list = ActiveJobs;
|
|
}
|
|
else if (!strcmp(attr->values[0].string.text, "completed"))
|
|
{
|