Changelog for HylaFAX 4.2.2
+* fix job modifications on batched, running jobs (13 Jul 2005)
* throttle faxq from running the scheduler more than once per
second in order to keep faxq from eating up CPU (11 Jul 2005)
* fix job preparation failures in batches from causing faxq list
| " (PID %lu)"
, pid
);
- job.startSend(pid);
for (cjob = &job; cjob != NULL; cjob = njob) {
+ cjob->startSend(pid);
njob = cjob->bnext;
Trigger::post(Trigger::SEND_BEGIN, *cjob);
delete cjob->breq; // discard handle (NB: releases lock)