Remove questionable autocreate of an action in createlogactionchain()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-12-01 08:04:29 -08:00
parent 8cbe26e32c
commit ae5680401f

View File

@ -1019,7 +1019,7 @@ sub createlogactionchain( $$$$$ ) {
validate_level $level;
$actionref = new_action( $action , ACTION , 0 ) unless $actionref;
assert( $actionref );
$chain = substr $chain, 0, 28 if ( length $chain ) > 28;