]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 118: release the destination for future calls when all jobs in a batch
authorLee Howard <faxguy@howardsilvan.com>
Fri, 29 Jul 2005 23:23:08 +0000 (23:23 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Fri, 29 Jul 2005 23:23:08 +0000 (23:23 +0000)
         fail to prepare properly

faxd/faxQueueApp.c++

index e2f236748fa6fddc5569a1dcd842b5b1c73fac60..dfd6ff5aa1d40933861078f6fbc2a785437b6d63 100644 (file)
@@ -445,7 +445,7 @@ faxQueueApp::prepareJobDone(Job& job, int status)
                 */
                DestInfo& di = destJobs[job.dest];
                di.hangup();
-               unblockDestJobs(job, di);       // release any blocked jobs
+               removeDestInfoJob(job);         // release any blocked jobs/release destination block
            }
        }
     }