forked from extern/shorewall_code
Correct typo in Chains module
This commit is contained in:
parent
cf60752988
commit
fcebdc3ec2
@ -86,7 +86,7 @@ our %EXPORT_TAGS = (
|
|||||||
no_comment
|
no_comment
|
||||||
macro_comment
|
macro_comment
|
||||||
clear_comment
|
clear_comment
|
||||||
push_coment
|
push_comment
|
||||||
pop_comment
|
pop_comment
|
||||||
incr_cmd_level
|
incr_cmd_level
|
||||||
decr_cmd_level
|
decr_cmd_level
|
||||||
@ -620,8 +620,7 @@ sub handle_port_list( $$$$$$ ) {
|
|||||||
#
|
#
|
||||||
# Chain reference , Rule [, Expand-long-port-lists ]
|
# Chain reference , Rule [, Expand-long-port-lists ]
|
||||||
#
|
#
|
||||||
sub add_rule($$;$)
|
sub add_rule($$;$) {
|
||||||
{
|
|
||||||
my ($chainref, $rule, $expandports) = @_;
|
my ($chainref, $rule, $expandports) = @_;
|
||||||
|
|
||||||
assert( ! reftype $rule );
|
assert( ! reftype $rule );
|
||||||
|
Loading…
Reference in New Issue
Block a user