Avoid undefined value error.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-08-30 16:43:38 -07:00
parent abdd6bec27
commit 78a25bb51b

View File

@ -1425,6 +1425,8 @@ sub process_tcpri() {
#
sub process_traffic_shaping() {
our $lastrule = '';
my $fn = open_file 'tcdevices';
if ( $fn ) {