summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-15 17:41:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-15 17:41:01 +0000
commitef97a399ee10a0a5680fa3897a662416dbaffe5e (patch)
tree9226f7495a16c2f3687f19596b4b84db4ae9e17e
parent866ea67edc18b95da317cf85171be37fe71bb4b1 (diff)
downloadpfsense-ef97a399ee10a0a5680fa3897a662416dbaffe5e.zip
pfsense-ef97a399ee10a0a5680fa3897a662416dbaffe5e.tar.gz
Back out "Rules have not changed. Not reloading" changes.
-rw-r--r--etc/inc/filter.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 8b99f57..ff97ae0 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -228,13 +228,6 @@ function filter_configure_sync() {
if(file_exists("{$g['tmp_path']}/rules.debug.old"))
$oldrules = file_get_contents("{$g['tmp_path']}/rules.debug.old");
- /* Check to see if rules changed, if not do not continue */
- if($rules == $oldrules) {
- update_filter_reload_status("Done");
- log_error("Rules have not changed. Not reloading.");
- return;
- }
-
if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "pfctl being called at $mt\n";
OpenPOWER on IntegriCloud