mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-10 19:56:42 +02:00
Remove superfluous '[' from character set.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5823411091
commit
ca3385d1be
@ -645,7 +645,7 @@ our %tccmd;
|
||||
|
||||
unless ( $classid ) {
|
||||
{
|
||||
if ( $cmd =~ /^([[A-Z|&]+)/ ) {
|
||||
if ( $cmd =~ /^([A-Z|&]+)/ ) {
|
||||
if ( my $tccmd = $tccmd{$1} ) {
|
||||
fatal_error "Invalid $1 ACTION ($originalmark)" unless $tccmd->{match}($cmd);
|
||||
fatal_error "$mark not valid with :C[FPT]" if $connmark;
|
||||
|
Loading…
x
Reference in New Issue
Block a user