diff --git a/New/Shorewall/Rules.pm b/New/Shorewall/Rules.pm index f991eb51f..600c59f05 100644 --- a/New/Shorewall/Rules.pm +++ b/New/Shorewall/Rules.pm @@ -326,7 +326,7 @@ sub process_criticalhosts() { my @critical = (); - my $fn = open_file $fn; + my $fn = open_file 'routestopped'; my $first_entry = 1;