mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-17 10:11:16 +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+(.+)$/ ) {
|
if ( $matches =~ /^(.*\s+)-j\s+(.+)$/ ) {
|
||||||
$matches = $1;
|
$matches = $1;
|
||||||
$target = $2;
|
$target = $2;
|
||||||
|
} else {
|
||||||
|
$target = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$cmd = '';
|
$cmd = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user