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:
parent
70433a6d7b
commit
00427a0950
@ -28,7 +28,7 @@
|
||||
class HostShareDatastore : public Template
|
||||
{
|
||||
public:
|
||||
HostShareDatastore() : Template(false, '=', "DATASTORE"){};
|
||||
HostShareDatastore() : Template(false, '=', "DATASTORES"){};
|
||||
|
||||
virtual ~HostShareDatastore(){};
|
||||
};
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user