From 00427a09507613c41532281cc5989707a03cafd5 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 20 Aug 2015 23:22:02 +0200 Subject: [PATCH] feature #3028: Fix PCI set bugs --- include/HostShare.h | 2 +- src/host/HostShare.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/HostShare.h b/include/HostShare.h index 9152b57b34..ccca9ff98f 100644 --- a/include/HostShare.h +++ b/include/HostShare.h @@ -28,7 +28,7 @@ class HostShareDatastore : public Template { public: - HostShareDatastore() : Template(false, '=', "DATASTORE"){}; + HostShareDatastore() : Template(false, '=', "DATASTORES"){}; virtual ~HostShareDatastore(){}; }; diff --git a/src/host/HostShare.cc b/src/host/HostShare.cc index 50525d7f16..916a77db47 100644 --- a/src/host/HostShare.cc +++ b/src/host/HostShare.cc @@ -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) {