Remove dead code (caused by bad test)

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-03-14 17:56:34 -07:00
parent 6f04902963
commit 71c26beab4

View File

@ -3288,7 +3288,7 @@ sub check_state( $ ) {
sub merge_target( $$ ) {
my ( $ref, $target ) = @_;
$ref->{inline} ? $target : merge_levels( join( ':', @actparams{'chain','loglevel','logtag'}), $target );
merge_levels( join( ':', @actparams{'chain','loglevel','logtag'}), $target );
}
#