On 01/17/13 20:17, John Ferlan wrote:
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 | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Yep, commit 041aac86 made that code path impossible.
ACK
Peter