mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-07-29 15:55:32 -05:00
console: Handle ipv6 addresses (bz 974126)
This commit is contained in:
@@ -384,6 +384,8 @@ class vmmConnection(vmmGObject):
|
||||
|
||||
(scheme, username, hostname,
|
||||
path, ignore, ignore) = util.uri_split(self.get_uri())
|
||||
hostname, port = self.get_backend().get_uri_host_port()
|
||||
port = port or ""
|
||||
|
||||
hv = ""
|
||||
rest = ""
|
||||
|
||||
Reference in New Issue
Block a user