提交 2f2a0b29 编写于 作者: J Ján Tomko

vboxDumpDisplay: remove extra virReportOOMError

VIR_ALLOC* already reported an error.
上级 56886d5f
...@@ -3434,8 +3434,6 @@ vboxDumpDisplay(virDomainDefPtr def, vboxGlobalData *data, IMachine *machine) ...@@ -3434,8 +3434,6 @@ vboxDumpDisplay(virDomainDefPtr def, vboxGlobalData *data, IMachine *machine)
def->graphics[def->ngraphics]->data.rdp.replaceUser = true; def->graphics[def->ngraphics]->data.rdp.replaceUser = true;
def->ngraphics++; def->ngraphics++;
} else {
virReportOOMError();
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册