mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-10 03:36:58 +02: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';
|
add_rule $chainref, '-p 6 --dport 49152 -j ACCEPT';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub Limit( $$$ ) {
|
sub Limit( $$$$ ) {
|
||||||
my ($chainref, $level, $tag, $param ) = @_;
|
my ($chainref, $level, $tag, $param ) = @_;
|
||||||
|
|
||||||
my @param;
|
my @param;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user