]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Resolve Coverity 'MISSING_BREAK'
authorJohn Ferlan <jferlan@redhat.com>
Wed, 1 May 2013 15:07:56 +0000 (11:07 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 8 May 2013 10:16:53 +0000 (06:16 -0400)
commit55b46920bbcceaad6c71a74eb5877c0d2bebf673
treec2e262d3fe96a9c12a08f46368544393f6cb4217
parent649ecb704f5366221fe2686ff556418d8e520748
virsh: Resolve Coverity 'MISSING_BREAK'

Recent commit '53531e16' resulted in a new Coverity warning regarding
a missing break in the ':' options processing. Adjust the commit to
avoid the issue.
tools/virsh.c