]> xenbits.xensource.com Git - libvirt.git/commit
Fix virsh command 'cd'
authorChris Lalancette <clalance@redhat.com>
Fri, 12 Mar 2010 10:49:16 +0000 (11:49 +0100)
committerDaniel Veillard <veillard@redhat.com>
Fri, 12 Mar 2010 10:49:16 +0000 (11:49 +0100)
commitbe2a53e6e09dc3654f48907dda57b048bf029a0e
tree23db7479bedce55f0f439231cf934e7f8fe83216
parent7fbc2e37b86431a79bea900e00a20a94dd6045c7
Fix virsh command 'cd'

* tools/virsh.c: cmdCd was returning a 0 on success and -1 on error,
  when the rest of the code expected a TRUE on success and a
  FALSE on error.
tools/virsh.c