mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Feature #2565: Bug in group::from_xml
This commit is contained in:
parent
92eb10fe7c
commit
6b9e09f3c8
@ -294,8 +294,8 @@ int Group::from_xml(const string& xml)
|
||||
|
||||
int zone_id, cluster_id;
|
||||
|
||||
rc += tmp_xml.xpath(zone_id, "RESOURCE_PROVIDER/ZONE_ID", -1);
|
||||
rc += tmp_xml.xpath(cluster_id, "RESOURCE_PROVIDER/CLUSTER_ID", -1);
|
||||
rc += tmp_xml.xpath(zone_id, "/RESOURCE_PROVIDER/ZONE_ID", -1);
|
||||
rc += tmp_xml.xpath(cluster_id, "/RESOURCE_PROVIDER/CLUSTER_ID", -1);
|
||||
|
||||
providers.insert(pair<int,int>(zone_id, cluster_id));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user