mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-26 04:32:01 +02:00
Correct handling of INLINE without '-j' in the tcrules file.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d6961c4c3b
commit
80efd095a8
@ -554,6 +554,8 @@ our %tccmd;
|
||||
if ( $matches =~ /^(.*\s+)-j\s+(.+)$/ ) {
|
||||
$matches = $1;
|
||||
$target = $2;
|
||||
} else {
|
||||
$target = '';
|
||||
}
|
||||
|
||||
$cmd = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user