Cosmetic changes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7684 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-11-18 01:48:54 +00:00
parent 8673ac70dd
commit 6367cc6f45

View File

@ -295,7 +295,6 @@ sub add_a_provider( $$$$$$$$ ) {
}
push @routemarked_providers, $providers{$table};
}
my $realm = '';
@ -392,7 +391,6 @@ sub add_an_rtrule( $$$$ ) {
fatal_error "You must specify either the source or destination in a route_rules entry" if $source eq '-' && $dest eq '-';
if ( $dest eq '-' ) {
$dest = 'to ' . ALLIPv4;
} else {