]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix check for return value of qemuDomainAgentAvailable()
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Apr 2015 08:11:35 +0000 (10:11 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Apr 2015 08:11:35 +0000 (10:11 +0200)
commit6957a606a5fca0636a7fa19fe4d402d215fc7265
tree4ef8a89280703163f237d9dadcca3d4e21af27cd
parentd38d3c25f496dbcb5944929d495dd225e8aa6cb9
Fix check for return value of qemuDomainAgentAvailable()

Commit dcbb243bbc3470431d15cec4c5bb96d2de89a88b used the return value of
the function as int even though it returns bool.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_driver.c