]> xenbits.xensource.com Git - libvirt.git/commit
virsh: fix missing return value
authorAlex Jia <ajia@redhat.com>
Mon, 27 Aug 2012 05:58:46 +0000 (13:58 +0800)
committerAlex Jia <ajia@redhat.com>
Mon, 27 Aug 2012 06:35:38 +0000 (14:35 +0800)
commit34c5ab9566b901abcdba00f62ff41fd0857e8833
tree16aafb867805d5ae39bd3b5465efc8d56faeb1d8
parente9aaf806f1dcced41efeb1232b220d810855f104
virsh: fix missing return value

Although virsh command raises a correct error information, the command status
returns 0(true), this patch is used for fixing this issue.

Signed-off-by: Alex Jia <ajia@redhat.com>
tools/virsh-host.c