Misc style fix and checking to see if this is noticed by GIT

This commit is contained in:
Scott Ullrich 2008-10-15 17:29:11 +00:00
parent e09a935c10
commit cc8ad8a7ad

View File

@ -528,7 +528,7 @@ function filter_nat_rules_generate_if($if, $src = "any", $srcport = "", $dst = "
} else {
$natip = get_current_wan_address($if);
if($natip)
$tgt = "{$natip}/32";
$tgt = "{$natip}/32";
else
$tgt = "($if)";
}