Add a comment

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-05-20 09:05:42 -07:00
parent ef974b5c8d
commit 6b23eff650

View File

@ -4688,6 +4688,9 @@ sub conditional_rule_end( $ ) {
add_commands( $chainref , "fi\n" );
}
#
# Populate %isocodes from the GeoIP database directory
#
sub load_isocodes() {
my $isodir = $config{GEOIPDIR} || ISODIR;