summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-09-10 15:17:12 +0000
committerErmal Luçi <eri@pfsense.org>2009-09-10 15:17:37 +0000
commite14d1c0108cc49d3e7b9b00325cf65e23974c850 (patch)
tree43355f53e29c1020f1d5ee9e9c6dab537f88b76d /etc/inc/util.inc
parent5e4071bef76606cd100c9da9351460923b71958d (diff)
downloadpfsense-e14d1c0108cc49d3e7b9b00325cf65e23974c850.zip
pfsense-e14d1c0108cc49d3e7b9b00325cf65e23974c850.tar.gz
Trigger syncing of data always and let the apprpriate script(rc.filter_synchronize) decide if a notice is to be send or not. This removes dependency on keeping code synchronized with the syncing script.
Diffstat (limited to 'etc/inc/util.inc')
-rw-r--r--etc/inc/util.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index b26fcb4..edf9772 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -955,11 +955,8 @@ function is_interface_mismatch() {
/* sync carp entries to other firewalls */
function carp_sync_client() {
- global $g, $config;
- if (is_array($config['installedpackages']['carpsettings']['config'])) {
- update_filter_reload_status("Syncing CARP data");
- touch($g['tmp_path'] . "/filter_sync");
- }
+ global $g;
+ touch($g['tmp_path'] . "/filter_sync");
}
/****f* util/isAjax
OpenPOWER on IntegriCloud