]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
vsh: adjust vshInit signature and remove redundant error label
authorErik Skultety <eskultet@redhat.com>
Thu, 3 Sep 2015 14:52:44 +0000 (16:52 +0200)
committerErik Skultety <eskultet@redhat.com>
Fri, 4 Sep 2015 12:12:34 +0000 (14:12 +0200)
commit57b8a38840fc0fd33b75783cbe5a496adcad6f02
tree39f192379455230f3614f94c0f26855ea684bde3
parent6ce939c2472e8cd97dfe448e902bc878c826351e
vsh: adjust vshInit signature and remove redundant error label

As part of the effort to stay consistent, change the vshInit signature
from returning int to returning bool. Moreover, remove the
unnecessary error label as there is no cleanup that would make use of
it.
tools/virsh.c
tools/vsh.c
tools/vsh.h