summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 21:38:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 21:38:13 +0000
commitc7c7be3fab4785890196d6373c49c73cec6dd270 (patch)
tree183f74a03c5136a802176d7d0cf0ff162b5f4ee5
parent721a2c103b7901b252faee0b42ed69bf81a999d2 (diff)
downloadpfsense-c7c7be3fab4785890196d6373c49c73cec6dd270.zip
pfsense-c7c7be3fab4785890196d6373c49c73cec6dd270.tar.gz
Use filter_configure_sync()
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index a449dcc..0dda488 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1375,7 +1375,7 @@ function reload_all_sync() {
captiveportal_configure();
/* reload the filter */
- filter_configure();
+ filter_configure_sync();
/* sync pw database */
conf_mount_rw();
OpenPOWER on IntegriCloud