mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Merge branch '4.5.13'
This commit is contained in:
commit
8e0a90e077
@ -2262,7 +2262,7 @@ sub reset_optflags( $$ ) {
|
||||
|
||||
my $chainref = reftype $chain ? $chain : $filter_table->{$chain};
|
||||
|
||||
$chainref->{optflags} ^= $flags;
|
||||
$chainref->{optflags} ^= ( $flags & $chainref->{optflags} );
|
||||
|
||||
trace( $chainref, "O${flags}", undef, '' ) if $debug;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user