Fixed call to get_local_hostname
This commit is contained in:
parent
a170f6c350
commit
dee2b44b21
|
@ -257,7 +257,7 @@ class vmmConnection(gobject.GObject):
|
|||
scheme = scheme[0:i]
|
||||
|
||||
if netloc == "":
|
||||
netloc = self.get_local_hostname()
|
||||
netloc = get_local_hostname()
|
||||
|
||||
if scheme == "xen":
|
||||
return "Xen on %s" % netloc
|
||||
|
|
Loading…
Reference in New Issue