
11 Mar
2015
11 Mar
'15
7:34 a.m.
On Tue, Mar 10, 2015 at 19:20:26 -0400, John Ferlan wrote:
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.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/xenapi/xenapi_utils.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
ACK, Peter