]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
esx: No need to check for objectSpec
authorJohn Ferlan <jferlan@redhat.com>
Thu, 17 Jan 2013 19:17:13 +0000 (14:17 -0500)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 17 Jan 2013 22:46:35 +0000 (23:46 +0100)
commitea79a49f31c6ecf2ca76abd2e816b5cc2f54fb1e
treead053152b9505d4236fd620cc313608bd056bc55
parente44d2400925b2ee7c2ac3d42f7cee8f21c490815
esx: No need to check for objectSpec

Coverity complains that the objectSpec != NULL check was unnecessary because
there was no way to get to the label with objectSpec = NULL.
src/esx/esx_vi.c