summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-18 18:10:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-18 18:10:01 +0000
commita3900bf025adafa8c2cec7dcf201c14f6161c9dc (patch)
treefd984ab6d1b61b751ca2163f2337c4f51e5b635f
parente3fcc512a6efc01c45c26874f835b4d4b4ca301c (diff)
downloadpfsense-a3900bf025adafa8c2cec7dcf201c14f6161c9dc.zip
pfsense-a3900bf025adafa8c2cec7dcf201c14f6161c9dc.tar.gz
Remove "nope" typo.
-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 d1d66c5..be55b55 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -857,7 +857,7 @@ function filter_nat_rules_generate() {
"rdr on $natif proto " . $rule['protocol']. " from any to {$extaddr} port {$extport[0]}:{$extport[1]} -> {$target} port {$extport[0]}:*";
}
- $natrules .= "\n";nope
+ $natrules .= "\n";
}
}
OpenPOWER on IntegriCloud