[libvirt] [PATCHv2 07/21] fix fallout in phyp driver

Peter Krempa pkrempa at redhat.com
Wed Mar 6 15:37:51 UTC 2013


---
 src/phyp/phyp_driver.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c
index 8c67338..f5cae48 100644
--- a/src/phyp/phyp_driver.c
+++ b/src/phyp/phyp_driver.c
@@ -3633,8 +3633,8 @@ phypDomainCreateAndStart(virConnectPtr conn,

     virCheckFlags(0, NULL);

-    if (!(def = virDomainDefParseString(phyp_driver->caps, xml,
-                                        1 << VIR_DOMAIN_VIRT_PHYP,
+    if (!(def = virDomainDefParseString(phyp_driver->caps, NULL,
+                                        xml, 1 << VIR_DOMAIN_VIRT_PHYP,
                                         VIR_DOMAIN_XML_SECURE)))
         goto err;

-- 
1.8.1.1




More information about the libvir-list mailing list