mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not lock the filter when setting filter reload status.
This commit is contained in:
parent
9252585559
commit
fdda1d2253
@ -3314,11 +3314,9 @@ function kill_traffic_collector() {
|
||||
|
||||
function update_filter_reload_status($text) {
|
||||
global $g;
|
||||
config_lock();
|
||||
$fd = fopen("{$g['varrun_path']}/filter_reload_status", "w");
|
||||
fwrite($fd, $text);
|
||||
fclose($fd);
|
||||
config_unlock();
|
||||
}
|
||||
|
||||
function get_interface_gateway($interface) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user