]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vshAdmCatchDisconnect: Don't probe connection URI
authorPeter Krempa <pkrempa@redhat.com>
Thu, 14 Dec 2023 16:13:08 +0000 (17:13 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 15 Jan 2024 13:05:20 +0000 (14:05 +0100)
commit9139cf44d4c224704488df493bb638b29164468c
treea779376a73243c460420347354f36221d5309baf
parent6f956696cbf81e0345fd97f47ee1a9f0b7c61f93
vshAdmCatchDisconnect: Don't probe connection URI

virsh already stores the connection URI in 'ctl->connname', use that
instead.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tools/virt-admin.c