From 160ba9570e011691f6418f349750c4e3fc6f5f38 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 30 Mar 2007 22:40:13 +0000 Subject: [PATCH] Fix syntax error in last commit git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5763 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/Shorewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;