mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-12 18:54:25 +01:00
Dramatically reduce the CPU cost of optimize 8.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6ce392b08e
commit
380d427a5d
@ -2740,8 +2740,9 @@ sub replace_references( $$$;$ ) {
|
||||
trace( $fromref, 'R', $rule, $_ ) if $debug;
|
||||
}
|
||||
|
||||
calculate_digest( $fromref ) if $digest;
|
||||
}
|
||||
|
||||
calculate_digest( $fromref ) if $digest;
|
||||
#
|
||||
# The passed chain is no longer referenced by chain $fromref
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user