mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +02:00
Correct reference type in check_state()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a6ccd53fe0
commit
11b976fb36
@ -2707,7 +2707,7 @@ sub check_state( $ ) {
|
|||||||
#
|
#
|
||||||
# We're past that section -- see if there was a separate state chain
|
# We're past that section -- see if there was a separate state chain
|
||||||
#
|
#
|
||||||
if ( my $statechainref = $filter_table->{"$statetable{$state}{char}$chainref->{name}"} ) {
|
if ( my $statechainref = $filter_table->{"$statetable{$state}[0]$chainref->{name}"} ) {
|
||||||
#
|
#
|
||||||
# There was -- if the chain had a RETURN then we will emit the current rule; otherwise we won't
|
# There was -- if the chain had a RETURN then we will emit the current rule; otherwise we won't
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user