console: Handle ipv6 addresses (bz 974126)

This commit is contained in:
Cole Robinson
2014-01-29 11:02:54 -05:00
parent 6042d762b5
commit 0a77093cbc
3 changed files with 32 additions and 9 deletions
+2
View File
@@ -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 = ""