]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix virDoes*Exist usage
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 19 Nov 2018 21:25:21 +0000 (22:25 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 19 Nov 2018 21:33:05 +0000 (22:33 +0100)
commit615106fb10f0f8df6fb2c361b1349bdb7dd5a942
tree640b2ef8cd15774681d2f7eee5fb4d2dc14080ca
parent41ce88159e820aef311dae39b0e6ab9cd736a168
qemu: Fix virDoes*Exist usage

The virGet*ID() functions should be called only if the user exists not when it
doesn't.

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