Correct prototype

This commit is contained in:
Tom Eastep 2011-01-01 06:55:10 -08:00
parent fc2d76aa7a
commit ed3b336a81

View File

@ -554,7 +554,7 @@ sub allowinUPnP ( $$$ ) {
add_rule $chainref, '-p 6 --dport 49152 -j ACCEPT';
}
sub Limit( $$$ ) {
sub Limit( $$$$ ) {
my ($chainref, $level, $tag, $param ) = @_;
my @param;