Correct handling of INLINE without '-j' in the tcrules file.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-05-01 14:52:48 -07:00
parent d6961c4c3b
commit 80efd095a8

View File

@ -554,6 +554,8 @@ our %tccmd;
if ( $matches =~ /^(.*\s+)-j\s+(.+)$/ ) {
$matches = $1;
$target = $2;
} else {
$target = '';
}
$cmd = '';