From 264fedda39e26bc6a7d73a852d2415234201aecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dimino?= Date: Sun, 10 Feb 2008 16:50:34 +0100 Subject: [PATCH] Correction de bug. darcs-hash:20080210155034-41f88-70caa23e02b820bae967a05186bdcc15fb0bd587.gz --- etc/python/ip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/python/ip.py b/etc/python/ip.py index 08df1a7..8fcf204 100644 --- a/etc/python/ip.py +++ b/etc/python/ip.py @@ -11,7 +11,7 @@ def admipof(hostname): return socket.gethostbyname(hostname + ".adm.crans.org") def pubip(): - return pubip(pubhostname) + return pubipof(hostname) def admip(): - return admip(admhostname) + return admipof(hostname)