mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
code update
This commit is contained in:
parent
e15c4fd4e0
commit
5feb8eef0c
@ -8,4 +8,3 @@ gtest/1.8.1@bincrafters/stable
|
||||
[generators]
|
||||
cmake
|
||||
|
||||
|
||||
|
||||
@ -635,7 +635,7 @@ Poco::AutoPtr<ProcessingTransaction> Session::getNextReadyTransaction(size_t* wo
|
||||
}
|
||||
for (auto it = mProcessingTransactions.begin(); it != mProcessingTransactions.end(); it++) {
|
||||
if (working && !(*it)->isTaskFinished()) {
|
||||
*working++;
|
||||
(*working)++;
|
||||
}
|
||||
if (mCurrentActiveProcessingTransaction.isNull() && (*it)->isTaskFinished()) {
|
||||
if (!working) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user