diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 8cd1b129..3e4a67d5 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -894,7 +894,7 @@ class base_proprietaire(base_classes_crans) : """Destruction du proprietaire""" done = 0 for m in self.machines() : - if m.ipsec() and not 'conf_wifi' in serv : + if m.ipsec() : self.services_to_restart('conf_wifi') elif not done : done = 1