1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #3028: Fix PCI set bugs

This commit is contained in:
Ruben S. Montero 2015-08-20 23:22:02 +02:00
parent 70433a6d7b
commit 00427a0950
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
class HostShareDatastore : public Template
{
public:
HostShareDatastore() : Template(false, '=', "DATASTORE"){};
HostShareDatastore() : Template(false, '=', "DATASTORES"){};
virtual ~HostShareDatastore(){};
};

View File

@ -30,7 +30,7 @@ using namespace std;
int HostSharePCI::from_xml_node(const xmlNodePtr node)
{
int rc = from_xml_node(node);
int rc = Template::from_xml_node(node);
if (rc != 0)
{