forked from extern/shorewall_code
Tweak process_reject_action()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
70bbd21b35
commit
4fdf54eca1
@ -2196,7 +2196,7 @@ sub process_reject_action() {
|
|||||||
#
|
#
|
||||||
# This gets called very early in the compilation process so we fake the section
|
# This gets called very early in the compilation process so we fake the section
|
||||||
#
|
#
|
||||||
$section = NEW_SECTION;
|
$section = DEFAULTACTION_SECTION;
|
||||||
|
|
||||||
if ( ( $targets{$action} || 0 ) == ACTION ) {
|
if ( ( $targets{$action} || 0 ) == ACTION ) {
|
||||||
add_ijump $rejectref, j => use_policy_action( $action, $rejectref->{name} );
|
add_ijump $rejectref, j => use_policy_action( $action, $rejectref->{name} );
|
||||||
|
Loading…
Reference in New Issue
Block a user