First hack at INCLUDE processing -- take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5741 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-29 04:23:25 +00:00
parent e0c8403a42
commit 5eccf1fd71

View File

@ -310,8 +310,8 @@ sub read_a_line {
fatal_error "$filename not found" unless ( -f $filename );
push @filestack, $currentfile;
$currentfile = '';
$currentfile = undef;
open $currentfile, $filename or fatal_error "Unable to open $filename: $!";
} else {