]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuMonitorTestProcessCommandDefaultValidate: Clean up return value use
authorPeter Krempa <pkrempa@redhat.com>
Wed, 29 Apr 2020 08:38:16 +0000 (10:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 20 May 2020 06:53:29 +0000 (08:53 +0200)
commit7014d2ef14c93009f3277f508674bec4303f71e1
tree67025f61d19449e5fe98dfdd737666d0537da951
parent7f350f5260369b74d332008897fb575157845501
qemuMonitorTestProcessCommandDefaultValidate: Clean up return value use

We no longer return the error via the monitor, so the function no longer
returns '1'. Remove the mention from comment and fix callers to stop
looking for the return value of '1'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemumonitortestutils.c