]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Resolve Coverity DEADCODE
authorJohn Ferlan <jferlan@redhat.com>
Fri, 12 Sep 2014 12:04:28 +0000 (08:04 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 15 Sep 2014 14:44:27 +0000 (10:44 -0400)
commit0268a35db4e585f82668dfeacc2894302801178f
treeaeae6200374c6eace3199c08799910efdce116a0
parent96aa6052a14379eca23e0ba428355e5c1dab7e04
virsh: Resolve Coverity DEADCODE

Coverity complains that on the first pass through the for loop that
'params' cannot be true, thus the ternary setting to "&" cannot be
done. Since we can only ever get to this point once, drop the ternary
tools/virsh-domain.c