From: Daniel Veillard Date: Wed, 29 Aug 2007 07:47:09 +0000 (+0000) Subject: * src/virsh.c: apply patch from Masayuki Sunou to fix the exit value X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b4d74032b05980fcdd25932130ab762679c6a6b2;p=libvirt.git * src/virsh.c: apply patch from Masayuki Sunou to fix the exit value of vncdisplay command. Daniel --- diff --git a/ChangeLog b/ChangeLog index db321d235d..506bfa76a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 29 09:46:17 CEST 2007 Daniel Veillard + + * 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 * src/xend_internal.c: applied patch from Masayuki Sunou to avoid diff --git a/src/virsh.c b/src/virsh.c index 73b3d98789..c68e0dc805 100644 --- a/src/virsh.c +++ b/src/virsh.c @@ -2919,6 +2919,7 @@ cmdVNCDisplay(vshControl * ctl, vshCmd * cmd) } xmlXPathFreeObject(obj); obj = NULL; + ret = TRUE; cleanup: if (obj)