]> xenbits.xensource.com Git - libvirt.git/commitdiff
* src/virsh.c: fix for virsh ttyconsole return value bug #495954
authorDaniel Veillard <veillard@redhat.com>
Wed, 15 Apr 2009 20:09:09 +0000 (20:09 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 15 Apr 2009 20:09:09 +0000 (20:09 +0000)
daniel

ChangeLog
src/virsh.c

index 579f109bfb301d356c693da16d85c2111fd10f8f..5d1d869f1987d702cdfb0f594ca0639e9b3af170 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 15 22:08:12 CEST 2009 Daniel Veillard <veillard@redhat.com>
+
+       * src/virsh.c: fix for virsh ttyconsole return value bug #495954
+
 Wed Apr 15 21:59:09 CEST 2009 Daniel Veillard <veillard@redhat.com>
 
        * drvlxc.html.in drvlxc.html: some examples from Serge Hallyn
index 26764a7bfb51d9be6c418af56a1d0f41357ca10a..96946e8858dc178d20a1baa2cacd3975be1a4185 100644 (file)
@@ -4930,6 +4930,7 @@ cmdTTYConsole(vshControl *ctl, const vshCmd *cmd)
         goto cleanup;
     }
     vshPrint(ctl, "%s\n", (const char *)obj->stringval);
+    ret = TRUE;
 
  cleanup:
     xmlXPathFreeObject(obj);