Blame SOURCES/cups-str4326.patch

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