]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenapi: Resolve Coverity NO_EFFECT
authorJohn Ferlan <jferlan@redhat.com>
Tue, 10 Mar 2015 22:41:18 +0000 (18:41 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 11 Mar 2015 17:02:10 +0000 (13:02 -0400)
commit467c90590924069d64a4cd884abef17c7c2c0f24
treef2ed9d85844300afe153876febbea8aa5b401950
parent500d77f1811c371598ab7a5fcc90bad45b52bafd
xenapi: Resolve Coverity NO_EFFECT

Coverity points out that check (def->uuid) has no effect since it's not
a pointer, rather an array of characters.   Just remove the extranous check.
src/xenapi/xenapi_utils.c