mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #1678: One more missing unlock in InformationManager::timer_action
This commit is contained in:
parent
c624897993
commit
3cf353dcff
@ -292,5 +292,9 @@ void InformationManager::timer_action()
|
||||
|
||||
host->unlock();
|
||||
}
|
||||
else
|
||||
{
|
||||
host->unlock();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user