SyntaxError: invalid syntax (bug Vince)
darcs-hash:20050313230947-41617-a8f3ecb48c0af972669d79796b0be05ed7a8d996.gz
This commit is contained in:
parent
fd4c9bda5c
commit
ea7b330485
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ class firewall_komaz :
|
|||
for filtre in self.filtres_p2p :
|
||||
iptables('-A FILTRE_P2P -p tcp -m ipp2p --%s -j LOG --log-prefix "%s "' % (filtre[0],
|
||||
filtre[1]))
|
||||
iptables('-A FILTRE_P2P -p tcp -m ipp2p --%s -j REJECT --reject-with icmp-admin-prohibited' % filtre[0]
|
||||
iptables('-A FILTRE_P2P -p tcp -m ipp2p --%s -j REJECT --reject-with icmp-admin-prohibited' % filtre[0])
|
||||
self.anim.cycle()
|
||||
|
||||
self.anim.reinit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue