提交 b4d74032 编写于 作者: D Daniel Veillard

* src/virsh.c: apply patch from Masayuki Sunou to fix the exit value

  of vncdisplay command.
Daniel
上级 3d5e2a15
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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册