1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-13 12:58:17 +03:00

F #4809: Adding missing unlock()

This commit is contained in:
Ruben S. Montero 2017-06-15 12:32:44 +02:00
parent dff87fc77d
commit dff203fe42

View File

@ -163,6 +163,8 @@ void ZoneAddServer::request_execute(xmlrpc_c::paramList const& paramList,
{
updated = true;
}
zone->unlock();
}
usleep(250000);