Do not lock the filter when setting filter reload status.

This commit is contained in:
Scott Ullrich 2008-10-07 00:29:37 +00:00
parent 9252585559
commit fdda1d2253

View File

@ -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) {