summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-23 22:18:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-23 22:18:45 +0000
commit07c0f7cb74ab95b60e60ba18b35b9b237000081c (patch)
tree086813675904f70c66878fa529e046c5c613efe3 /etc
parent2f7487d363eb515d5f5643e42c12009ec24b899d (diff)
downloadpfsense-07c0f7cb74ab95b60e60ba18b35b9b237000081c.zip
pfsense-07c0f7cb74ab95b60e60ba18b35b9b237000081c.tar.gz
Correct comment, the 1:1 ftp proxy helper uses ftp-proxy, not ftpsesame
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 6e73b07..57be4ba 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -558,7 +558,7 @@ function filter_nat_rules_generate()
$natrules .= "nat-anchor \"natrules/*\"\n\n";
update_filter_reload_status("Creating 1:1 rules...");
/* Traverse looking for 1:1 rules that have useftphelper enabled
- * This will prevent NAT from occurring and ftpsesame should pick up the rest.
+ * This will prevent NAT from occurring and ftp-proxy should pick up the rest.
*/
if (is_array($config['nat']['onetoone']))
foreach($config['nat']['onetoone'] as $one) {
OpenPOWER on IntegriCloud