Fix syntax error in last commit

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5763 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-30 22:40:13 +00:00
parent 3a5889203f
commit 160ba9570e

View File

@ -326,7 +326,7 @@ sub process_criticalhosts() {
my @critical = ();
my $fn = open_file $fn;
my $fn = open_file 'routestopped';
my $first_entry = 1;