mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
* src/virsh.c: apply patch from Masayuki Sunou to fix the exit value
of vncdisplay command. Daniel
This commit is contained in:
parent
3d5e2a1532
commit
b4d74032b0
@ -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
|
||||
|
@ -2919,6 +2919,7 @@ cmdVNCDisplay(vshControl * ctl, vshCmd * cmd)
|
||||
}
|
||||
xmlXPathFreeObject(obj);
|
||||
obj = NULL;
|
||||
ret = TRUE;
|
||||
|
||||
cleanup:
|
||||
if (obj)
|
||||
|
Loading…
x
Reference in New Issue
Block a user