]> git.ipfire.org Git - thirdparty/libvirt.git/commit
avoid closing uninitialized fd
authorWen Congyang <wency@cn.fujitsu.com>
Wed, 30 May 2012 09:20:41 +0000 (17:20 +0800)
committerEric Blake <eblake@redhat.com>
Wed, 30 May 2012 19:55:49 +0000 (13:55 -0600)
commit0a045f01cfa48fabd41c801e3f44034a4e6da485
treefa86647c8f7a3736a2e602a0e0f1051f4a72e544
parent730cc8d78320bfb94ecc08d792d57458e5076066
avoid closing uninitialized fd

If the system does not support bypass cache, we will close fd,
but it is uninitialized.
src/qemu/qemu_driver.c