summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-29 17:33:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-29 17:33:49 +0000
commit6c893f02f0a42ef16ccc365b5ec1def9d9e3efab (patch)
treea56bcdb682c4b3084fd2f4cc8aa4edcd039c9bec /etc/inc
parentcfc5a090941f78c6e88b44f5c898ce014b461a91 (diff)
downloadpfsense-6c893f02f0a42ef16ccc365b5ec1def9d9e3efab.zip
pfsense-6c893f02f0a42ef16ccc365b5ec1def9d9e3efab.tar.gz
Ensure PFTPX is running as it should on filter reloads
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 16f8bb2..8748272 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -264,6 +264,8 @@ function filter_configure_sync() {
}
update_filter_reload_status("Plugins completed.");
+ system_start_ftp_helpers();
+
if($config['system']['shapertype'] == "m0n0") {
require_once ("/etc/inc/m0n0/shaper.inc");
shaper_configure();
OpenPOWER on IntegriCloud