]> xenbits.xensource.com Git - libvirt.git/commit
virsh: read default connection uri from env later
authorJán Tomko <jtomko@redhat.com>
Wed, 6 Apr 2016 08:08:55 +0000 (10:08 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 6 Apr 2016 12:47:41 +0000 (14:47 +0200)
commitc0726e0708762e571a7883cb0558cfec32459669
tree657983e14bebc269a639160b16634086b1f8c589
parentec37cf54866e81b7b94565d1cfda46823315e98a
virsh: read default connection uri from env later

Postpone filling out the default connection in ctl->connname
after calling virshInit.

This allows printing help without a connection to the daemon.
tools/virsh.c