Correct number of columns in split_line2() calls.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-06-25 08:22:09 -07:00
parent 380a159c8c
commit 2701b0a756

View File

@ -1072,7 +1072,7 @@ sub process_mangle_rule( ) {
time => 15, time => 15,
}, },
{}, {},
15, 16,
1 ); 1 );
$headers = '-'; $headers = '-';
} else { } else {
@ -1098,7 +1098,7 @@ sub process_mangle_rule( ) {
time => 16, time => 16,
}, },
{}, {},
16, 17,
1 ); 1 );
} }