]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: add missing "async" option in opts_block_commit
authorSimone Gotti <simone.gotti@gmail.com>
Thu, 19 Sep 2013 13:08:29 +0000 (15:08 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 19 Sep 2013 18:14:03 +0000 (12:14 -0600)
commitfe64499dd14315b2d9d62cdf421bd3c97a46b7ac
treeafd10e640789571998e9b5ad5f84b3bec1b1be03
parent2cf3a4e5269508910242d63fb05260afdeb0e5d2
virsh: add missing "async" option in opts_block_commit

After commit 8aecd351266a66efa59b7f7be77bf66693d99ce0 it'll detect
that a required option is not defined and it will assert and exit with:

virsh.c:1364: vshCommandOpt: Assertion `valid->name' failed.

Problem has been latent since commit ed23b106.

Signed-off-by: Eric Blake <eblake@redhat.com>
tools/virsh-domain.c
tools/virsh.pod