
11 Sep
2014
11 Sep
'14
11:57 a.m.
On 09/05/14 00:26, John Ferlan wrote:
Coverity points out that if 'dom' isn't returned from virDomainQemuAttach, then the code already jumps to cleanup, so there was no need for the subsequent if (dom != NULL) check.
I moved the error message about failure into the goto cleanup on failure and then removed the if (dom != NULL)
Signed-off-by: John Ferlan <jferlan@redhat.com> --- tools/virsh-domain.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-)
ACK