1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #1678: Add missing unlock in InformationManager::timer_action

This commit is contained in:
Carlos Martín 2013-10-22 11:01:24 +02:00
parent abba67eb6c
commit c624897993

View File

@ -242,6 +242,10 @@ void InformationManager::timer_action()
NebulaLog::log("InM",Log::ERROR,oss);
host->set_error();
hpool->update(host);
host->unlock();
}
else
{