Fix undefined return from open_file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7761 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-11-25 17:21:22 +00:00
parent 59fc8380ba
commit c300f63de7

View File

@ -932,7 +932,7 @@ sub open_file( $ ) {
fatal_error 'Internal Error in open_file()' if defined $currentfile;
do_open_file $fname if -f $fname && -s _;
-f $fname && -s _ ? do_open_file $fname : '';
}
#