mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-13 12:58:17 +03:00
F #4809: Fix error when deleting server from zone in standalone mode
This commit is contained in:
parent
ac248360a6
commit
f4ec2c0749
@ -196,7 +196,7 @@ void ZoneDeleteServer::request_execute(xmlrpc_c::paramList const& paramList,
|
||||
return;
|
||||
}
|
||||
|
||||
if ( nd.is_federation_master() )
|
||||
if ( nd.is_federation_master() || !nd.is_federation_enabled() )
|
||||
{
|
||||
std::vector<int> zids;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user