Reword comment in push_action_params()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-04-04 09:41:28 -07:00
parent ae8e2f70ea
commit 75df718865

View File

@ -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;