mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-05 17:27:05 +02:00
Correct missing comment in trace entry.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0c8365001d
commit
72869adcd6
@ -1217,7 +1217,7 @@ sub push_rule( $$ ) {
|
||||
push @{$chainref->{rules}}, $ruleref;
|
||||
$chainref->{referenced} = 1;
|
||||
$chainref->{optflags} |= RETURNS_DONT_MOVE if ( $ruleref->{target} || '' ) eq 'RETURN';
|
||||
trace( $chainref, 'A', @{$chainref->{rules}}, "-A $chainref->{name} $_[1]" ) if $debug;
|
||||
trace( $chainref, 'A', @{$chainref->{rules}}, "-A $chainref->{name} $_[1] $ruleref->{comment}" ) if $debug;
|
||||
|
||||
$chainref->{complete} = 1 if $complete;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user