From 865187248037a4e5ef7c65deb72f58e3e21ea3fa Mon Sep 17 00:00:00 2001 From: salles Date: Tue, 25 Apr 2006 17:49:20 +0200 Subject: [PATCH] Renommage de wifi en wifi-adh darcs-hash:20060425154920-72cb0-25295e3e2fb0cb27a80fb56361bd4a74149e3fba.gz --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 12605f5b..6004d090 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -2415,7 +2415,7 @@ class Machine(base_classes_crans): # Personnel ENS net = config.NETs['wifi-ens'] else: - net = config.NETs['wifi'] + net = config.NETs['wifi-adh'] elif isinstance(self, BorneWifi): net = config.NETs['bornes'] elif isinstance(self.proprietaire(), AssociationCrans):