1
0
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:
Carlos Martín 2013-10-22 11:35:59 +02:00
parent c624897993
commit 3cf353dcff

View File

@ -292,5 +292,9 @@ void InformationManager::timer_action()
host->unlock();
}
else
{
host->unlock();
}
}
}