]> 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)
committerCole Robinson <crobinso@redhat.com>
Tue, 28 Apr 2015 15:06:40 +0000 (11:06 -0400)
commit2f26dccb652e254ced0f7dbb0bfd9e6705ac2932
tree17d803151e9e636dd64470b3676f7ca358355b97
parent2213707b6b1a2c0950c9c0e94757e09193f83339
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.

(cherry picked from commit 467c90590924069d64a4cd884abef17c7c2c0f24)
src/xenapi/xenapi_utils.c