Forgot to reset the indexer status.

This commit is contained in:
Daniel Önnerby 2008-12-30 23:18:39 +00:00
parent 4cc5bbf5e9
commit 72af58320d

View File

@ -482,6 +482,10 @@ void Indexer::ThreadLoop(){
this->RestartSync(false);
this->Synchronize();
this->RunAnalyzers();
{
boost::mutex::scoped_lock oLock(this->oProgressMutex);
this->iStatus = 0;
}
this->dbConnection.Close();
this->SynchronizeEnd();