mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Back out "Rules have not changed. Not reloading" changes.
This commit is contained in:
parent
070f23c0a0
commit
787c3e718d
@ -189,13 +189,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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user