summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-07 00:29:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-07 00:29:37 +0000
commitfdda1d22530f2baf34ce72f96f14818c2f249014 (patch)
treec870c7ffb31a923b6d5273eec3d126523b45a38f /etc/inc/pfsense-utils.inc
parent9252585559fd4fef945e6a62eafe3b2e86ec215b (diff)
downloadpfsense-fdda1d22530f2baf34ce72f96f14818c2f249014.zip
pfsense-fdda1d22530f2baf34ce72f96f14818c2f249014.tar.gz
Do not lock the filter when setting filter reload status.
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 954adb6..91b604d 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -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) {
OpenPOWER on IntegriCloud