mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-05 04:58:49 +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,
|
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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user