提交 e13e1f4f 编写于 作者: M Matthias Bolte

phyp: Don't overwrite error from virDomainDeviceDefParse by OOM error

上级 e69aa733
......@@ -1971,7 +1971,6 @@ phypAttachDevice(virDomainPtr domain, const char *xml)
dev = virDomainDeviceDefParse(phyp_driver->caps, def, xml,
VIR_DOMAIN_XML_INACTIVE);
if (!dev) {
virReportOOMError();
goto cleanup;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册