]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Actually make blkdeviotune --group_name work
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 25 Jan 2017 08:35:47 +0000 (09:35 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Sun, 29 Jan 2017 18:57:12 +0000 (19:57 +0100)
commita20e8bcad5c17380b52cc3c2469660eb63a78304
tree92c84e16cc498f3bc105406a193334038985a55f
parent87ee705183241a42ffd36d9f5d3934cacf91c343
virsh: Actually make blkdeviotune --group_name work

Function vshCommandOptStringReq() returns -1 on error and 0 on
success.  The code, however, used the 'group_name' variable only if it
returned 1 (never).

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
tools/virsh-domain.c