1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

F #4809: Remove unneeded update_zone calls when adding a server to a

zone
This commit is contained in:
Ruben S. Montero 2017-06-26 19:54:27 +02:00
parent d5d6cb9667
commit dbc47c9874
2 changed files with 0 additions and 6 deletions

View File

@ -163,8 +163,6 @@ public:
{
std::vector<int> zids;
success_response(oid, att);
Nebula::instance().get_frm()->update_zones(zids);
}
else
{

View File

@ -122,8 +122,6 @@ void ZoneAddServer::request_execute(xmlrpc_c::paramList const& paramList,
pool->update(zone);
zone->unlock();
nd.get_frm()->update_zones(zids);
}
else
{
@ -231,8 +229,6 @@ void ZoneDeleteServer::request_execute(xmlrpc_c::paramList const& paramList,
pool->update(zone);
zone->unlock();
nd.get_frm()->update_zones(zids);
}
else
{