]> xenbits.xensource.com Git - libvirt.git/commitdiff
* src/virsh.c: apply patch from Masayuki Sunou to fix the exit value
authorDaniel Veillard <veillard@redhat.com>
Wed, 29 Aug 2007 07:47:09 +0000 (07:47 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 29 Aug 2007 07:47:09 +0000 (07:47 +0000)
  of vncdisplay command.
Daniel

ChangeLog
src/virsh.c

index db321d235d6aa116485d6c0aaa11534b66864b78..506bfa76a8a47619c4d36977af68b266d8e9ac0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 73b3d9878902ce54905a924e71bc8bdba9bdc362..c68e0dc805a0b4abe71b940db0f44de8f3ced9a1 100644 (file)
@@ -2919,6 +2919,7 @@ cmdVNCDisplay(vshControl * ctl, vshCmd * cmd)
     }
     xmlXPathFreeObject(obj);
     obj = NULL;
+    ret = TRUE;
 
  cleanup:
     if (obj)