resync get_hostname

This commit is contained in:
yolanda.robla@canonical.com 2014-03-12 12:56:10 +01:00
parent 200d84d48c
commit 82d657a8a9
2 changed files with 2 additions and 2 deletions

View File

@ -432,7 +432,7 @@ def get_hostname(address, fqdn=True):
if not result:
return None
else:
return = address
result = address
if fqdn:
# strip trailing .

View File

@ -1 +1 @@
115
116