forked from extern/shorewall_code
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:
parent
3a5889203f
commit
160ba9570e
@ -326,7 +326,7 @@ sub process_criticalhosts() {
|
||||
|
||||
my @critical = ();
|
||||
|
||||
my $fn = open_file $fn;
|
||||
my $fn = open_file 'routestopped';
|
||||
|
||||
my $first_entry = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user