]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove duplicated qemuAgentCheckError
authorJohn Ferlan <jferlan@redhat.com>
Fri, 7 Sep 2018 20:01:27 +0000 (16:01 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 11 Sep 2018 14:32:01 +0000 (10:32 -0400)
commit9ed175fbc2deecfdaeabca7bc77c7e7ae33a3377
tree64a0670d7ebe03f634ffd56f263a0b253ca97a9f
parent2cfc000f70d2ffd5db53cc725dba2f0472ce23d0
qemu: Remove duplicated qemuAgentCheckError

Commit 5b3492fadb moved qemuAgentCheckError calls into
qemuAgentCommand for various reasons; however, subsequent
commit 0977b8aa0 adding a new command made call again
So let's just remove the duplicitous call from
qemuAgentGetInterfaces.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_agent.c