Correct handling of dest IPSET.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-24 09:06:05 -07:00
parent b8ec460a1a
commit c9b1b7684c
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1558,12 +1558,10 @@ sub process_tc_filter2( $$$$$$$$$ ) {
$offset += 4;
$rule .= ' and' if @parts;
}
$have_rule = 1;
}
$have_rule = 1;
}
$have_rule = 1;
}
if ( $have_rule ) {