提交 3c2b210a 编写于 作者: W Wen Congyang 提交者: Eric Blake

do not report OOM error when prepareCall() failed

We have reported error in the function prepareCall(), and
the error is not only OOM error. So we should not report
OOM error in the function call() when prepareCall() failed.
上级 8351358f
......@@ -10832,7 +10832,6 @@ call (virConnectPtr conn, struct private_data *priv,
ret_filter, ret);
if (!thiscall) {
virReportOOMError();
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册