]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuConnectMonitor: fix a bug that would have masked SELinux failure
authorJim Meyering <meyering@redhat.com>
Tue, 13 Jul 2010 20:15:04 +0000 (15:15 -0500)
committerJim Meyering <meyering@redhat.com>
Wed, 14 Jul 2010 17:42:59 +0000 (12:42 -0500)
commitc1fd7d7b3e7a1b80d641f6300be9d91e2d238a7b
treeef29d731825307fc385f02aa674b2999cb27b011
parentf9abc44ad5aaf61b1b621c0bab4f331f8dc1224a
qemuConnectMonitor: fix a bug that would have masked SELinux failure

* src/qemu/qemu_driver.c (qemuConnectMonitor): Correct erroneous
parenthesization in two expressions.  Without this fix, failure
to set or clear SELinux security context in the monitor would go
undiagnosed.  Also correct a diagnostic and split some long lines.
src/qemu/qemu_driver.c