Clean up a little

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5515 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-14 02:50:28 +00:00
parent f1199d2b09
commit b3598c2204

View File

@ -169,8 +169,6 @@ my %capdesc = ( NAT_ENABLED => 'NAT',
COMMENTS => 'Comments',
ADDRTYPE => 'Address Type Match',
);
#
# Search the CONFIG_PATH for the passed file
#
@ -191,6 +189,7 @@ sub find_file($)
"$env{CONFDIR}/$filename";
}
sub default ( $$ ) {
my ( $var, $val ) = @_;