forked from extern/shorewall_code
Remove questionable autocreate of an action in createlogactionchain()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8cbe26e32c
commit
ae5680401f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user