Fixed call to get_local_hostname

This commit is contained in:
Daniel P. Berrange 2007-08-31 17:40:49 -04:00
parent a170f6c350
commit dee2b44b21
1 changed files with 1 additions and 1 deletions

View File

@ -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