Correction de bug.
darcs-hash:20080210155034-41f88-70caa23e02b820bae967a05186bdcc15fb0bd587.gz
This commit is contained in:
parent
7d33a7adfd
commit
264fedda39
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ def admipof(hostname):
|
||||||
return socket.gethostbyname(hostname + ".adm.crans.org")
|
return socket.gethostbyname(hostname + ".adm.crans.org")
|
||||||
|
|
||||||
def pubip():
|
def pubip():
|
||||||
return pubip(pubhostname)
|
return pubipof(hostname)
|
||||||
|
|
||||||
def admip():
|
def admip():
|
||||||
return admip(admhostname)
|
return admipof(hostname)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue