firewall: rules.pl: Don't reload custom firewall rules here.

This commit is contained in:
Michael Tremer
2014-03-01 15:01:58 +01:00
parent 1db04adbef
commit 60fb533157

View File

@@ -112,7 +112,6 @@ if($param eq 'flush'){
}elsif($fwdfwsettings{'POLICY'} eq 'MODE2'){
&p2pblock;
system ("/usr/sbin/firewall-policy");
system ("/etc/sysconfig/firewall.local reload");
}
}
}