mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01: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…
Reference in New Issue
Block a user