summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-22 16:50:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-22 16:50:11 +0000
commit937200e191ed5c79d2ba6c20275adc22eedc2d92 (patch)
tree37f647ae5010c47722547a78794f27c2142eee74 /etc
parentf6d5a59873892e6551ae2bfc872850e68e4c5f2b (diff)
downloadpfsense-937200e191ed5c79d2ba6c20275adc22eedc2d92.zip
pfsense-937200e191ed5c79d2ba6c20275adc22eedc2d92.tar.gz
We no longer have system with FTP. We do it per interface.
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 5ca032b..3f49fd1 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -632,7 +632,7 @@ function filter_nat_rules_generate() {
* a ftp server then launch a helper
*/
if($target <> "") {
- if($extport[0] == "21" and !isset($config['system']['disableftpproxy'])) {
+ if($extport[0] == "21" and !isset($config['interfaces'][$rule['interface']]['disableftpproxy'])) {
$helpers = exec("/bin/ps awux | grep {$target} | grep -v grep");
if(!$helpers) {
$external_address = $rule['external-address'];
OpenPOWER on IntegriCloud