]> git.ipfire.org Git - thirdparty/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)
committerCole Robinson <crobinso@redhat.com>
Wed, 20 Apr 2016 13:08:58 +0000 (09:08 -0400)
commitc38669e15b0706a4c67ee3e120eff73e0b41b7dd
treec4ae1d8419de237187b1957a6a7ddb551fc98ca6
parent849d1d7f75f1eea0d34be4b18106b0831d2e3c47
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.

(cherry picked from commit c0726e0708762e571a7883cb0558cfec32459669)
tools/virsh.c