mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Misc style fix and checking to see if this is noticed by GIT
This commit is contained in:
parent
e09a935c10
commit
cc8ad8a7ad
@ -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)";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user