mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 09:33:14 +01:00
Avoid undefined value error.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
abdd6bec27
commit
78a25bb51b
@ -1425,6 +1425,8 @@ sub process_tcpri() {
|
|||||||
#
|
#
|
||||||
sub process_traffic_shaping() {
|
sub process_traffic_shaping() {
|
||||||
|
|
||||||
|
our $lastrule = '';
|
||||||
|
|
||||||
my $fn = open_file 'tcdevices';
|
my $fn = open_file 'tcdevices';
|
||||||
|
|
||||||
if ( $fn ) {
|
if ( $fn ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user