Skip to content

Commit d3885fe

Browse files
committed
Make sure we save the [date-]time-at-xxx attributes for a job (Issue #1440)
1 parent 1a0c3f2 commit d3885fe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scheduler/job.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Job management routines for the CUPS scheduler.
33
*
4-
* Copyright © 2020-2025 by OpenPrinting.
4+
* Copyright © 2020-2026 by OpenPrinting.
55
* Copyright © 2007-2019 by Apple Inc.
66
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
77
*
@@ -4847,6 +4847,9 @@ set_time(cupsd_job_t *job, /* I - Job to update */
48474847
cupsdLogMessage(CUPSD_LOG_DEBUG2, "set_time: JobHistoryUpdate=%ld",
48484848
(long)JobHistoryUpdate);
48494849
}
4850+
4851+
job->dirty = 1;
4852+
cupsdMarkDirty(CUPSD_DIRTY_JOBS);
48504853
}
48514854

48524855

0 commit comments

Comments
 (0)