diff --git a/src/checkqueue.h b/src/checkqueue.h --- a/src/checkqueue.h +++ b/src/checkqueue.h @@ -89,9 +89,7 @@ nTotal--; bool fRet = fAllOk; // reset the status for new work later - if (fMaster) { - fAllOk = true; - } + fAllOk = true; // return the current status return fRet; }