mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Correct number of columns in split_line2() calls.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
380a159c8c
commit
2701b0a756
@ -1072,7 +1072,7 @@ sub process_mangle_rule( ) {
|
||||
time => 15,
|
||||
},
|
||||
{},
|
||||
15,
|
||||
16,
|
||||
1 );
|
||||
$headers = '-';
|
||||
} else {
|
||||
@ -1098,7 +1098,7 @@ sub process_mangle_rule( ) {
|
||||
time => 16,
|
||||
},
|
||||
{},
|
||||
16,
|
||||
17,
|
||||
1 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user