From b4d74032b05980fcdd25932130ab762679c6a6b2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 29 Aug 2007 07:47:09 +0000 Subject: [PATCH] * src/virsh.c: apply patch from Masayuki Sunou to fix the exit value of vncdisplay command. Daniel --- ChangeLog | 5 +++++ src/virsh.c | 1 + 2 files changed, 6 insertions(+) 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) -- GitLab