We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0c3f2 commit d3885feCopy full SHA for d3885fe
1 file changed
scheduler/job.c
@@ -1,7 +1,7 @@
1
/*
2
* Job management routines for the CUPS scheduler.
3
*
4
- * Copyright © 2020-2025 by OpenPrinting.
+ * Copyright © 2020-2026 by OpenPrinting.
5
* Copyright © 2007-2019 by Apple Inc.
6
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
7
@@ -4847,6 +4847,9 @@ set_time(cupsd_job_t *job, /* I - Job to update */
4847
cupsdLogMessage(CUPSD_LOG_DEBUG2, "set_time: JobHistoryUpdate=%ld",
4848
(long)JobHistoryUpdate);
4849
}
4850
+
4851
+ job->dirty = 1;
4852
+ cupsdMarkDirty(CUPSD_DIRTY_JOBS);
4853
4854
4855
0 commit comments