summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-15 17:29:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-15 17:29:11 +0000
commitcc8ad8a7ad128fe8c262f0e9abded0c5dd94126c (patch)
treeae4c6e7c83b28da348af83aacbe14e6433a16294 /etc
parente09a935c1039a4f42bc8e9b8ce83ca6f02b2ef1c (diff)
downloadpfsense-cc8ad8a7ad128fe8c262f0e9abded0c5dd94126c.zip
pfsense-cc8ad8a7ad128fe8c262f0e9abded0c5dd94126c.tar.gz
Misc style fix and checking to see if this is noticed by GIT
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index d5b35ae..19da1f6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -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)";
}
OpenPOWER on IntegriCloud