Remove allow_optimize() call from action.New.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-02-11 06:45:33 -08:00
parent bda1e05d9a
commit db8f90f182

View File

@ -44,8 +44,6 @@ if ( my $check = check_state( 'NEW' ) ) {
perl_action_helper( $action, $check == 1 ? "$globals{STATEMATCH} NEW" : '' , 'NEW' );
}
allow_optimize( get_action_chain );
1;
?END PERL;