* src/virsh.c: apply patch from Masayuki Sunou to fix the exit value

of vncdisplay command.
Daniel
This commit is contained in:
Daniel Veillard 2007-08-29 07:47:09 +00:00
parent 3d5e2a1532
commit b4d74032b0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Aug 29 09:46:17 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/virsh.c: apply patch from Masayuki Sunou to fix the exit value
of vncdisplay command.
Mon Aug 27 11:16:48 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/xend_internal.c: applied patch from Masayuki Sunou to avoid

View File

@ -2919,6 +2919,7 @@ cmdVNCDisplay(vshControl * ctl, vshCmd * cmd)
}
xmlXPathFreeObject(obj);
obj = NULL;
ret = TRUE;
cleanup:
if (obj)