Merge pull request #3614 from doktornotor/patch-16

This commit is contained in:
jim-p 2017-04-03 14:50:29 -04:00
commit 7af4096463

View File

@ -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;