mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Reword comment in push_action_params()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ae8e2f70ea
commit
75df718865
@ -3301,7 +3301,7 @@ sub push_action_params( $$$$$$ ) {
|
|||||||
$actparams{caller} = $caller;
|
$actparams{caller} = $caller;
|
||||||
$actparams{disposition} = '' if $chainref->{action};
|
$actparams{disposition} = '' if $chainref->{action};
|
||||||
#
|
#
|
||||||
# The Shorewall variable '@chain' has offensive characters removed
|
# The Shorewall variable '@chain' has non-word characters other than hyphen removed
|
||||||
#
|
#
|
||||||
( $actparams{chain} = $chainref->{name} ) =~ s/[^\w-]//g;
|
( $actparams{chain} = $chainref->{name} ) =~ s/[^\w-]//g;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user