mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not remove config.cache after loading filter.
This commit is contained in:
parent
5fc5f9a2d0
commit
4ae307bb4e
@ -74,7 +74,6 @@ function filter_configure_sync() {
|
||||
echo "filter_configure_sync() being called $mt\n";
|
||||
}
|
||||
unlink_if_exists("{$g['tmp_path']}/filter_dirty");
|
||||
unlink_if_exists("{$g['tmp_path']}/config.cache");
|
||||
|
||||
$lan_if = $config['interfaces']['lan']['if'];
|
||||
$wan_if = get_real_wan_interface();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user