mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-15 01:58:48 +01:00
Correct prototype
This commit is contained in:
parent
fc2d76aa7a
commit
ed3b336a81
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user