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:
parent
abba67eb6c
commit
c624897993
@ -242,6 +242,10 @@ void InformationManager::timer_action()
|
||||
NebulaLog::log("InM",Log::ERROR,oss);
|
||||
|
||||
host->set_error();
|
||||
|
||||
hpool->update(host);
|
||||
|
||||
host->unlock();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user