Blame SOURCES/cups-str4326.patch

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