]> git.ipfire.org Git - thirdparty/libvirt.git/commit
do not report OOM error when prepareCall() failed
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 21 Mar 2011 06:29:35 +0000 (14:29 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 21 Mar 2011 15:28:25 +0000 (09:28 -0600)
commit3c2b210a3c7d21474e4e9a2833fab2096ef0d98d
treed734f6deaf74f40b1ef8819d749300180e57d850
parent8351358fb4f21aa480188c848ef9b13e7a4c4691
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.
src/remote/remote_driver.c