mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01: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{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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user