forked from extern/shorewall_code
Correct typos in check_rules().
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a4297381e9
commit
c04c61b314
@ -2686,8 +2686,8 @@ sub check_state( $ ) {
|
||||
#
|
||||
# This is a state chain
|
||||
#
|
||||
return $state eq 'RELATED' ? 2 : 0 if $_ eq '+';
|
||||
return $state eq 'INVALID' ? 2 : 0 if $_ eq '_';
|
||||
return $state eq 'RELATED' ? 2 : 0 if $1 eq '+';
|
||||
return $state eq 'INVALID' ? 2 : 0 if $1 eq '_';
|
||||
return $state eq 'UNTRACKED' ? 2 : 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user