[libvirt] [PATCH 5/5] phyp: Don't overwrite error from virDomainDeviceDefParse by OOM error

Matthias Bolte matthias.bolte at googlemail.com
Sat Apr 9 09:59:11 UTC 2011


---
 src/phyp/phyp_driver.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c
index 226946d..f36b357 100644
--- a/src/phyp/phyp_driver.c
+++ b/src/phyp/phyp_driver.c
@@ -2000,7 +2000,6 @@ phypAttachDevice(virDomainPtr domain, const char *xml)
     dev = virDomainDeviceDefParse(phyp_driver->caps, def, xml,
                                   VIR_DOMAIN_XML_INACTIVE);
     if (!dev) {
-        virReportOOMError();
         goto cleanup;
     }
 
-- 
1.7.0.4




More information about the libvir-list mailing list