Bug : crash aprs destruction d'une machine
darcs-hash:20040909221846-41617-bf850075a4c2ebb3fce56581dfc461ea425f4a49.gz
This commit is contained in:
parent
f33c2107e3
commit
d0c09e1953
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue