aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse/squid.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-29 11:07:41 +0000
committerErmal <eri@pfsense.org>2010-12-29 11:07:41 +0000
commitd4c84dfdbad19306d1ef2827fcb4fc436b908106 (patch)
tree4c10f7cbf4b6accbe2ec6585b10f20341dadccc1 /config/squid-reverse/squid.inc
parent76aab977b8cd6b7cf7b24a018cdd5107956f5109 (diff)
downloadpfsense-packages-d4c84dfdbad19306d1ef2827fcb4fc436b908106.tar.gz
pfsense-packages-d4c84dfdbad19306d1ef2827fcb4fc436b908106.tar.bz2
pfsense-packages-d4c84dfdbad19306d1ef2827fcb4fc436b908106.zip
Do not call filter_configure_sync directly since this is not best practice
Diffstat (limited to 'config/squid-reverse/squid.inc')
-rw-r--r--config/squid-reverse/squid.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid-reverse/squid.inc b/config/squid-reverse/squid.inc
index 01a5edc6..9a951f56 100644
--- a/config/squid-reverse/squid.inc
+++ b/config/squid-reverse/squid.inc
@@ -266,7 +266,7 @@ function squid_deinstall_command() {
mwexec("ps awux | grep \"dnsserver\" | grep -v \"grep\" | awk '{ print $2 }' | xargs kill");
mwexec("ps awux | grep \"unlinkd\" | grep -v \"grep\" | awk '{ print $2 }' | xargs kill");
update_status("Reloading filter...");
- filter_configure_sync();
+ filter_configure();
}
function squid_before_form_general($pkg) {