mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3614 from doktornotor/patch-16
This commit is contained in:
commit
7af4096463
@ -105,13 +105,6 @@ function clear_subsystem_dirty($subsystem = "") {
|
||||
@unlink("{$g['varrun_path']}/{$subsystem}.dirty");
|
||||
}
|
||||
|
||||
function config_lock() {
|
||||
return;
|
||||
}
|
||||
function config_unlock() {
|
||||
return;
|
||||
}
|
||||
|
||||
/* lock configuration file */
|
||||
function lock($lock, $op = LOCK_SH) {
|
||||
global $g;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user