mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 15:27:47 +00:00
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.
This commit is contained in:
parent
8351358fb4
commit
3c2b210a3c
@ -10832,7 +10832,6 @@ call (virConnectPtr conn, struct private_data *priv,
|
||||
ret_filter, ret);
|
||||
|
||||
if (!thiscall) {
|
||||
virReportOOMError();
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user