summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 21:05:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 21:05:24 +0000
commit721a2c103b7901b252faee0b42ed69bf81a999d2 (patch)
treeb15f6c6a9073dd3d82958dfd56b584526c95b6e5 /etc/inc/pfsense-utils.inc
parenta64f14a255d5491639bb9bce38b69161577ca89b (diff)
downloadpfsense-721a2c103b7901b252faee0b42ed69bf81a999d2.zip
pfsense-721a2c103b7901b252faee0b42ed69bf81a999d2.tar.gz
run filter_configure() as one of the last steps
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 4a79963..a449dcc 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1370,12 +1370,12 @@ function reload_all_sync() {
/* start ftp proxy helpers if they are enabled */
system_start_ftp_helpers();
-
- /* reload the filter */
- filter_configure();
/* start the captive portal */
captiveportal_configure();
+
+ /* reload the filter */
+ filter_configure();
/* sync pw database */
conf_mount_rw();
OpenPOWER on IntegriCloud