forked from extern/shorewall_code
Correct syntax error in action.Untracked
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d8214885f2
commit
f6faef7cd0
@ -44,7 +44,7 @@ my ( $level, $tag ) = get_action_logging;
|
|||||||
|
|
||||||
$action = join( ':', $action, $level, $tag ) if "${level}${tag}";
|
$action = join( ':', $action, $level, $tag ) if "${level}${tag}";
|
||||||
|
|
||||||
if ( my $check = check_state( 'UNTRACKED' ) {
|
if ( my $check = check_state( 'UNTRACKED' ) ) {
|
||||||
perl_action_helper( $action, $check == 1 ? "$globals{STATEMATCH} UNTRACKED" : '' );
|
perl_action_helper( $action, $check == 1 ? "$globals{STATEMATCH} UNTRACKED" : '' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user