Another Tweak to the NFQUEUE parser

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-05-30 06:38:21 -07:00
parent f227250959
commit 0a45c7a646

View File

@ -481,7 +481,7 @@ sub handle_nfqueue( $$ ) {
$params = '' unless defined $params;
my ( $queue, $bypass, $junk ) = split ',', $params;
my ( $queue, $bypass, $junk ) = split ',', $params, 3;
fatal_error "Invalid NFQUEUE parameter list" if defined $junk;