mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-19 21:01:20 +01:00
Correct reference adjustment in new opt4 code
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1f59e4f449
commit
b132176dae
@ -3018,8 +3018,8 @@ sub optimize_level4( $$ ) {
|
||||
#
|
||||
# The rule target is a chain
|
||||
#
|
||||
add_reference( $chainref, $targetref );
|
||||
delete_reference( $sourceref, $targetref );
|
||||
add_reference( $sourceref, $targetref );
|
||||
delete_reference( $chainref, $targetref );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user